summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:16:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:23:03 +0900
commit2b337991f7f0a775f864b5b94d783a64863deb72 (patch)
tree5aeb40bbb66f568627e4512983de211dc799d1ae
parentda891dbf84798e00b5fbd226c44f01c7b82306ea (diff)
downloadqalculate-tde-r14.1.x.tar.gz
qalculate-tde-r14.1.x.zip
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ae72cc39d63cd9b1757017d65aba86500a74acd8)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 29f3e03..6a55dc8 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)