summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:52:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:52:16 +0900
commitba47954602cc490e573c6b3c5ffc208fe8814045 (patch)
treee200f05698f13b1aa946388495b18caf91a961cc
parent1a246b003c0a261b9e980100a9f4f006fd5e9c68 (diff)
downloadkdbg-master.tar.gz
kdbg-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>
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index aaecdcd..20b9f80 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -10,7 +10,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)