summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:14:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:14:44 +0900
commit734a0e2121214b7425140f09a120a4f86c3033fb (patch)
tree8899a8df73a68ce9a4693813e510c9c4bae5c5a6
parentc9c5ac2cfe168523b20f4ad8fb4089b5eb20ed34 (diff)
downloadkeep-master.tar.gz
keep-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 1583f86..b3d42d3 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)