summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:04:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:59:46 +0900
commitec667fd51650a9cd88e8239755e35904d9dbbb59 (patch)
tree13a5bade5dc8db3ec7d0788c3dc82c74cd61bf02
parent1e811349e7a127c59f0a2ebd95c8b79a9baba849 (diff)
downloadtdealternatives-r14.1.x.tar.gz
tdealternatives-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 eb8e37113721870919d64c649b02e2976865f86e)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 57d5f51..768194b 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -10,7 +10,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include( TestBigEndian )
test_big_endian( WORDS_BIGENDIAN )