summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:02:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:02:49 +0900
commit4f7749e4f6b2a4e85a6b62f8ab02a5f4a884dccb (patch)
treef50db2ab5bbda79be4494b29431dfc2a574b5354
parent2b574c1420053b28ed1041d32055f0c20abd2fab (diff)
downloadtellico-master.tar.gz
tellico-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 17555e5..fdb5357 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)