summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:10:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:11:03 +0900
commitad86aa92e2d242e27c3bc642f6cc75e34c058a2b (patch)
treed806dd0a97b6e6ca917f96971618aec725f06f70
parent54425693397a5d791a3ae38c63db0f427baeff02 (diff)
downloadtdeio-locate-r14.1.x.tar.gz
tdeio-locate-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 121ac65729d6ad30eaca0c05aed999cfb4d040e8)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 23277d3..d9438b2 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)