summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:19:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:19:39 +0900
commit28a1bf8d30ca1bf69d65c0b8052479c6d5584db9 (patch)
tree2cb907ea59d2f9443f028744e36428b7ec54831e
parent90de1ea9b927f2a58dcc9e80305e8ab11fd8eaa9 (diff)
downloadakode-master.tar.gz
akode-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 2830be9..c29f459 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -12,7 +12,7 @@
# required stuff
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)