diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:52:59 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:32:28 +0900 |
| commit | c478ee21545ca3c25f58ff211d8e125b114f75df (patch) | |
| tree | 09f3e0ed5192c322ab74f11dcc4692f36cc97f6b | |
| parent | cf95585a16cad5830f755655a36b206e779a2212 (diff) | |
| download | ktechlab-r14.1.x.tar.gz ktechlab-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 595b77cdc4db6f7c16441a3710362e744fb4e354)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index c57f627..0be7530 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -10,7 +10,7 @@ find_package( TQt ) find_package( TDE ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
