summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:06:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:04:53 +0900
commit97e91d2b83daa853d7f08cc6323df49ef01126ed (patch)
tree3739f770ccf9e8ce0038e364b550aa56fd0fcbad
parentc333f7f560778ef6f91e964bd44cff856b46278b (diff)
downloadkooldock-r14.1.x.tar.gz
kooldock-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 ab1c8db1cca1a94f36a9afb5600f3b5c725b0930)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 889db5c..17d6274 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)