summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:53:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:33:10 +0900
commit72097abc2134303589f747f549d57826095f288a (patch)
tree4935f1e680f7fe5b40ecf5652976bf14d1418a6a
parent68558afe7939fb36627bb665c9d363caaa60de14 (diff)
downloadtdesvn-r14.1.x.tar.gz
tdesvn-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 023957e9ee5496dc74fba3d66148b4e187f0aad6)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index c26a7a4..abe4737 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -14,7 +14,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)