summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:05:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:05:33 +0900
commit2a7e2e31d6a3d833172491d5fdf731bbdcc4c6c0 (patch)
tree9ecf9cd861f747c86a8f0bd9046ad747601228e2
parent6d588fc13e21d9f3f2ad286e92248da5e33d9bcb (diff)
downloadkbfx-master.tar.gz
kbfx-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 1e05c63..90a332b 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)