summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:07:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:05:35 +0900
commit8bfc251d8a242ec0dc1e13d3d738bcf4cd029b6c (patch)
tree36e16e6022da4e5a94119990e9f846579de75551
parent604128f000992fc95202bafe3f372a192ca50a7c (diff)
downloadksystemlog-r14.1.x.tar.gz
ksystemlog-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 1f615bb50f2c33913878d8752e4cd332a176aa4d)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index af4fd44..85454f6 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -13,7 +13,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)