summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:02:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:55:16 +0900
commit1612a9b350aeb1266f37ca0cbfbc223c287318cf (patch)
treef940071df645a60eebbc16f9ae00d2eb1c042861 /ConfigureChecks.cmake
parent58a570163d90ddcb81e682e28aa4478a62dd7dac (diff)
downloadtellico-r14.1.x.tar.gz
tellico-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 4f7749e4f6b2a4e85a6b62f8ab02a5f4a884dccb)
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 17555e5..fdb5357 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -14,7 +14,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)