summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:05:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:05:11 +0900
commit2875f7a884fb5ec118e7da5ce687152e193c2b86 (patch)
tree96046f0354003a2259c9ad8801c450cdfab5d8bf
parentffe5fc7d05e385adbdf1a689165c912e21a460bb (diff)
downloaddolphin-master.tar.gz
dolphin-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 40dc38d..ede9e6a 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)