summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:58:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:47:29 +0900
commit1cf43bb5de2b3a0e9c0f8dafa8d9e6dbf135afa4 (patch)
treea338c103151b029c77d13e2c2bb9fbab5533dac4
parent5fd63aaa9a9aa0eca4c33ae24f5135f23d03f3dd (diff)
downloadkcmldap-r14.1.x.tar.gz
kcmldap-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 a43357db2b4fe366d9245a09f49d84830dcb9c24)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 36f6707..fda4c44 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -9,7 +9,7 @@
# required stuff
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)