summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:11:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:11:49 +0900
commitd4a9fbd6f12295fbd33e352fe1cd2c9975aa46ca (patch)
tree2be4d984f25c7e1e956530f9bad0b5326c5c7402
parent34820226203b50da92d949d330cb511559f45ae5 (diff)
downloadtde-style-lipstik-master.tar.gz
tde-style-lipstik-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 d1e3778..60ed46e 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)