summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:01:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:01:32 +0900
commitd8dfa72aa20c411026907374fe3561ef1260ba19 (patch)
tree3edb4593f910b300f0d07aaaaf4fa8e0d18953ac
parentf7b256bcc8c75a7a8c716b94b6f805ee9f05a5d9 (diff)
downloadkbookreader-master.tar.gz
kbookreader-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 116924c..28fc644 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -9,7 +9,7 @@
# required stuff
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)