summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:55:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:55:19 +0900
commit208bc0c09fb16957242c5dd0da63beacab82328f (patch)
tree1a43218ab57366d90a60141ccb9961096bc65e03 /ConfigureChecks.cmake
parentae8eb6c4e6608b575ba5f91e2e3d8e50d5ea59bd (diff)
downloadksquirrel-master.tar.gz
ksquirrel-master.zip
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 7a9c78a..011cf4a 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)