summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
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 13:07:21 +0900
commit1f615bb50f2c33913878d8752e4cd332a176aa4d (patch)
tree657b5edc0932b491e484a81210f24cd18832e5fc /ConfigureChecks.cmake
parent62f7c913b44bc5a033204ba6d0cf8b7f47b00a4e (diff)
downloadksystemlog-master.tar.gz
ksystemlog-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>
Diffstat (limited to 'ConfigureChecks.cmake')
-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)