summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:13:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:13:16 +0900
commit4358f1cbead27b2fa61016f4e3b21ad55ed9e889 (patch)
treeee602d9e7673d1689e7456da388f9bdbeebaf681
parent30b2c9fa40f6765d9ad6a49dccd025f918f796bc (diff)
downloadtwin-style-mallory-master.tar.gz
twin-style-mallory-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 2bc0c0c..0284fe0 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -8,7 +8,7 @@
### TQt/TDE ####################################################################
find_package(TQt)
find_package(TDE)
-tde_setup_architecture_flags()
+tde_setup_compiler_flags()
tde_setup_largefiles()
### Big Endian #################################################################