summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:15:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:21:54 +0900
commitc2993ab2a2a3b7c892e7269a40d0a8c2ebd8e8e6 (patch)
tree77438df4bf73cb159b7996cb3493a16dfd78f0bb
parent7f216eca4baab637958d22e1334cdf68ecf69a32 (diff)
downloadkommando-r14.1.x.tar.gz
kommando-r14.1.x.zip
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5fb4c98696a0205b9fb893bfa2993068e7b3bc5c)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 6f8c441..6b64102 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)