summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:57:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:47:02 +0900
commit03538cf2c2a452717fc8168ab5a548046d855135 (patch)
tree488a1e0aa79b29fff4eff879cc48670081adab09
parentdf84fe45dda7f127a4cc09cd31e5c214f150049d (diff)
downloadbibletime-r14.1.x.tar.gz
bibletime-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 4e597fb2bd29c6272762a1011929271a33e668ff)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 86d98b1..98a4965 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)