summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:09:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:10:09 +0900
commitc994a58c9e8e6b4a7403fe91f7abb5e845b0ad90 (patch)
treecd03352d2527579704c876971dcde201c3fa592c
parentdd0c4f0429a7b1aecd14e9e097c582f7b29d7109 (diff)
downloadtdeio-appinfo-r14.1.x.tar.gz
tdeio-appinfo-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 859253d3e88c868bda45ba7e26c7444449f29ca6)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 889db5c..17d6274 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)