summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:56:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:42:16 +0900
commit7caf25b550cda4b4058727c68772801c0a70e455 (patch)
tree052344639dc74a130cbe59bc1555e0e8773bf451
parent840eac78f920e2124a6297e13e997067fe7bcd7e (diff)
downloadkonversation-r14.1.x.tar.gz
konversation-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 c526a47c09a1da3c70a57c5d56c01f931532f71a)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 5794538..7582383 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -14,7 +14,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)