summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:59:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:59:53 +0900
commit72b168294093efb120b8d9cf3c498976bfb7c246 (patch)
treea2a27a45a8d15509beeaf1039fdd8ff368ddbcfb
parentb90f22fcdd831114f11a2e694effabd0216a01df (diff)
downloadkaffeine-master.tar.gz
kaffeine-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>
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index b3becf2..c4db751 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)