summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:59:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:59:30 +0900
commitfd6c7234a0e6ec5b787aceeebafda6cd9ad9630d (patch)
treebcc7d418cb6c925142a82da646b715a2e4ba08bd
parent1fcadcebe3244127c8128d3c560920b9fb5d1256 (diff)
downloadk3b-master.tar.gz
k3b-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 1030fef..39960e9 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)