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 12:56:25 +0900
commitc526a47c09a1da3c70a57c5d56c01f931532f71a (patch)
tree5e2ab706451b00e8bd10dcdb935a60d67638e895
parentd1a4f2a60dbf050fc3f15492fe7bac05c9f6353e (diff)
downloadkonversation-c526a47c09a1da3c70a57c5d56c01f931532f71a.tar.gz
konversation-c526a47c09a1da3c70a57c5d56c01f931532f71a.zip
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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)