summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:13:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:13:38 +0900
commit69585492df3023c4c885d50edeb897c9e29b8dd1 (patch)
tree70470122606fa88af83f4c62b4a8754ae718a9f8
parent559e649868a544f30f8a9a6e5dd528aea76e66d3 (diff)
downloadabakus-master.tar.gz
abakus-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 97fb72b..037e278 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)