summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:09:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:09:50 +0900
commit3acb5b9f7af2a222730d25d7b7227317956bbee6 (patch)
treedb1044b2d2ed6cdfde0dc07a9d28fa9350c3fa03
parentecb3cc79054ef84b25fbc6252abea5e7b8a8071a (diff)
downloadtdeio-gopher-master.tar.gz
tdeio-gopher-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 3128330..a12a64f 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)