summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:17:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:17:51 +0900
commit6c3d17b8189a42e596749dac59e0ddb1ffe5796a (patch)
tree7a33b6bfd1b15e37b3a9843fbc40011e9cd231e2
parentfddc7b09ea451055679e497349aaaa03092f4704 (diff)
downloadtdelibs-master.tar.gz
tdelibs-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--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index baecceb88..2aeda5792 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,7 +48,7 @@ include( TDESetupPaths )
##### setup and find essential stuff ############
tde_setup_paths( )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
enable_testing( )
find_package( TQt )