summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:19:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:19:16 +0900
commit4c181c3805d3d83d112f5d3b1cd080d99942a048 (patch)
tree59895d55ae1893b5ca39cb721bb66d2696c1e904 /ConfigureChecks.cmake
parent6a709d087ffa69c1b38625e688b834d8ad676abd (diff)
downloadtdevelop-4c181c3805d3d83d112f5d3b1cd080d99942a048.tar.gz
tdevelop-4c181c3805d3d83d112f5d3b1cd080d99942a048.zip
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'
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 dae26834..158801bd 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -11,7 +11,7 @@
# required stuff
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)