summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:04:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:00:29 +0900
commitc479a9cb9a4a743e796acd208d7908c6adb05326 (patch)
treeba43ab967d38d56db8f8edb22b89d5532de9c166 /ConfigureChecks.cmake
parent1b007cfdf602cc6863b07c828b4fdcc1388ca307 (diff)
downloadwlassistant-r14.1.x.tar.gz
wlassistant-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 a00b0d255068eb2ea53a0d45787a64638e447b80)
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 3128330..a12a64f 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)