summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:06:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:06:16 +0900
commit8b4508db575c8c74350f094a4828057f75e246da (patch)
tree95e1c58e1d8e000184126700069d425e06f141a6
parent8e5d71ff28960753d48ed7882edb95cf8343b4f6 (diff)
downloadknemo-master.tar.gz
knemo-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 5870728..69656ec 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)