summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:16:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:16:26 +0900
commit815b14295c94b6eaa5847bd59889bfb6023987e3 (patch)
tree67a979b2a72a234b0634fcc469d0754ab41f1bca
parentae7ca479df954b1a4abb718e2c48de2188ad3f82 (diff)
downloadtdeaddons-master.tar.gz
tdeaddons-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 025bcf8..81b2449 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -11,7 +11,7 @@
# required stuff
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(CheckCXXSymbolExists)
include(TestBigEndian)