summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:52:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:32:14 +0900
commit0c395b61de6e807602d54112a89deb46ed01831a (patch)
treeefe444374cc068edca1473e4cdb33fd2a622992f /ConfigureChecks.cmake
parenta0ca78ea3d96f049aa5ce0703b6a2172c36bba69 (diff)
downloadkscope-r14.1.x.tar.gz
kscope-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 b5c57b962b6d8103ff7118277a8593a70b3c9b82)
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 50718fc..16d6189 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)