summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:04:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:04:27 +0900
commiteb8e37113721870919d64c649b02e2976865f86e (patch)
treef17d34035a57ae3c6e684f7bc9a008ebc2110f57
parentc332b94d7865644416565549a12bfa5242e25828 (diff)
downloadtdealternatives-master.tar.gz
tdealternatives-master.zip
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 57d5f51..768194b 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 )