summaryrefslogtreecommitdiffstats
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 13:04:59 +0900
commita00b0d255068eb2ea53a0d45787a64638e447b80 (patch)
tree4f1f50dd4262029dc1d7c33e5c724402d6bb463b
parent09c4379361bea4fca83ae225ed2c9e9c78f3f605 (diff)
downloadwlassistant-master.tar.gz
wlassistant-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 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)