summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:20:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:20:33 +0900
commit9cd01a38dab9c629a1dc04a6f58c26edae414d5f (patch)
treeecf5dbe36713d5d88c2795f42cf5a49f37dee1d9
parent0897c58efc9c0f6aad2096be6a19dd42ff5ddf5f (diff)
downloadlibcaldav-master.tar.gz
libcaldav-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)