summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:19:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:19:50 +0900
commit8bdcd9af1c49684c9275e99bf8dbbc18617828ba (patch)
tree328064af94a660765660526657555c4ce10df01b
parent9850c44dba54502ce58f9c8b361d88dea4aecd12 (diff)
downloadarts-8bdcd9af1c49684c9275e99bf8dbbc18617828ba.tar.gz
arts-8bdcd9af1c49684c9275e99bf8dbbc18617828ba.zip
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'
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 9efdde7..eee5d25 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)