summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:58:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:48:10 +0900
commit1faa300c89fe6dcff887e16f4acbda21f4496793 (patch)
treeed886bd2d18165aa0bee3510a73496fa687689ab
parentc6157adae9811755a7e53d3e7ef31a9af7a3a7ca (diff)
downloadkerberostray-r14.1.x.tar.gz
kerberostray-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 68bce70ce884df04ccae90d8643c7e43175de2a4)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 8e39860..4108c9d 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)