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 13:20:43 +0900
commitac28e30323f0b384384fb568be9df89024df3cd2 (patch)
treee099bd4e8c9a09fdd4772bc537fd9950252aef0b
parente99269b41233a17a26ec0603d034e43f1744d461 (diff)
downloadlibcarddav-master.tar.gz
libcarddav-master.zip
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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)