summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:11:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:14:55 +0900
commit9280100a04006fc3e61a9ac83695cf571d11a72b (patch)
treebc67084aead3b0e81d5c1c55b022f2ed4a09ac0f
parentf3f0ac0ac19fa4fc846a9ec2cc52d55f1d940689 (diff)
downloadksplash-engine-moodin-r14.1.x.tar.gz
ksplash-engine-moodin-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 2cd1a3210ff1700fd3166ac77b608a4691a7c912)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 289dd8c..9f9d827 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -11,7 +11,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)