summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:01:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:01:43 +0900
commita8a181f43ce8b1c8b68aaa9fe87f2b098a29d27e (patch)
treeb778448d3173b17e2f626c0cf2a3c008386547b3
parent7dc1ceb24d8f03d8f342ae75ea08704f8c1318de (diff)
downloadkeximdb-a8a181f43ce8b1c8b68aaa9fe87f2b098a29d27e.tar.gz
keximdb-a8a181f43ce8b1c8b68aaa9fe87f2b098a29d27e.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 d774db5..e573b1f 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -11,7 +11,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)