summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:14:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:14:11 +0900
commitdd4a50496931ac434ee95dc7442c4be7dbb55a74 (patch)
treee38ba184b9fc9a1606e4ab2dfc08dc1ea34396ff /ConfigureChecks.cmake
parent741cc8f3adaeb12c5cfd9341587481d56bcfe2ae (diff)
downloadkchmviewer-master.tar.gz
kchmviewer-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>
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 7ec4f10..11afd5f 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -12,7 +12,7 @@ if( WITH_TDE )
find_package( TDE )
endif( )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)