summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:57:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:43:11 +0900
commit14954b18b9f77827c04a77c889a8c66bba4a5041 (patch)
tree2e22408154f84da56d837b20612b22af9bb52a54
parent51067729b26d6e946eccae92591806f9452f1b93 (diff)
downloadktorrent-r14.1.x.tar.gz
ktorrent-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 2c6c2c5ce797b655bc2da1c9a48602d8ad598419)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index d5976b3..ad27d3c 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -11,7 +11,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)