summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:05:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:03:31 +0900
commit2780ff4279ad7034d03e9d9a732a6427052e2046 (patch)
tree9205e5950e1f0e0eb04c5a0fd865ade65d1f931c
parent7c303bc1ad4d5c57b400d06929f935e833121564 (diff)
downloadkcmautostart-r14.1.x.tar.gz
kcmautostart-r14.1.x.zip
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 56b7fb15399287d1fbf4d87218d44f4fec661d51)
-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)