summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:08:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:07:25 +0900
commitc6f2bb71879d26b8435f1bed1dfe3d19af3c2d9b (patch)
tree7d1732065afdb55d808a24bb82bfaaf8aa5b04f5
parent765c92832c99b9483372792d9062a5f726a487fd (diff)
downloadtdepowersave-r14.1.x.tar.gz
tdepowersave-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 edeb373a8da727fa43ed42751d8b963792b2f99d)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 7cd49c6..c8b495f 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)