summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:56:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:42:44 +0900
commit8dab987c71aadf2b375c526d50f14e69426a4834 (patch)
tree8f87278bd60d2f899427044dfae3f620d9e81d97 /ConfigureChecks.cmake
parentc99f45724534911c782aaccaedf80a95dcbed2a3 (diff)
downloadkshowmail-r14.1.x.tar.gz
kshowmail-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 94327d210fcc091114f86077a27820874d939bca)
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 d67d3c9..870fa03 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -10,7 +10,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)