diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:53:21 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:32:56 +0900 |
| commit | 0b8c6ed178c9d4a262c7e3e7ac4dd4daf54460eb (patch) | |
| tree | fb4af277cda3b8c608ccd0ed7ba33fe4257891de | |
| parent | e4b7d21fb15fdf7c5060e8ff918f55f5a00f383e (diff) | |
| download | piklab-r14.1.x.tar.gz piklab-r14.1.x.zip | |
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 56f8d00fb93d9e6c7fb93ea38163ea251e906839)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 769b797..fffdec6 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -11,7 +11,7 @@ find_package( TQt ) find_package( TDE ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
