summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:19:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:32:57 +0900
commitcae1927f1fedb6dd4b99b72d4a9bb4e165a11686 (patch)
tree0cd1daad85411ce1e541450f4f63d5bf8c47d50c
parent2551a3a509e0c224a1c79e41aa093f25e134e320 (diff)
downloadtdewebdev-cae1927f1fedb6dd4b99b72d4a9bb4e165a11686.tar.gz
tdewebdev-cae1927f1fedb6dd4b99b72d4a9bb4e165a11686.zip
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cf16f4e5d503843f918a6545b590b2f4fffec290)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 10d7307b..8ed016fc 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -13,7 +13,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)