summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:08:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:06:43 +0900
commitd594dd7b30f6abdd5d6932ea0a97dbbd552d4633 (patch)
tree8b9b76b22fb4f89257627e94761516347ae5c2e0
parentece9ca0034822bc94793bd9f341b42511d801f64 (diff)
downloadtdebluez-r14.1.x.tar.gz
tdebluez-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 92f0d6a888512f4eb1568e3409ec6dc5ddc2da94)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 0df3cea..132c790 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -15,7 +15,7 @@ find_package( TQt )
find_package( TDE )
find_package( TQtQUI )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)