summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:21:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:21:05 +0900
commit008b810df3aeadffa0134164715feef8ff55a0f2 (patch)
tree79acd48f32c4e1087b767ec1ba9b9f66132e5295 /ConfigureChecks.cmake
parentdd57a8411c4e6f7ec18eee7cbe5935f634452d61 (diff)
downloadtqca-master.tar.gz
tqca-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 5538749..84cbe54 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -7,7 +7,7 @@
###########################################
# required stuff
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)