summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:20:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:40:17 +0900
commit07e6f22892cf54c3a3352c4d73d2018463ede959 (patch)
treee099bd4e8c9a09fdd4772bc537fd9950252aef0b
parenta3d434aee6a3a2d88407d294bd37d5aa3b70cf21 (diff)
downloadlibcarddav-r14.1.x.tar.gz
libcarddav-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 ac28e30323f0b384384fb568be9df89024df3cd2)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index ead6ab6..90dfcba 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)