summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:11:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:11:28 +0900
commit0931ee4b7e58e37a16d5eeae2653b41e9de13557 (patch)
tree35e0facbfcdae393b4f11906c9ca41c91e9294e0
parentbd37f63c7f0a184b19785b309e06cb5f5c382562 (diff)
downloadtde-style-domino-master.tar.gz
tde-style-domino-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 988d4ab..1697193 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)