summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:07:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:07:52 +0900
commitac647c3dd445bff882fc3e82bfd84e03f4976304 (patch)
tree507cc69e8b731027f0f33d0a237bdbc0b2cb9fcf
parent50114faca6dba193b029db0b539b60b738afeee1 (diff)
downloadsmartcardauth-ac647c3dd445bff882fc3e82bfd84e03f4976304.tar.gz
smartcardauth-ac647c3dd445bff882fc3e82bfd84e03f4976304.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 d2ac512..98d340a 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -8,7 +8,7 @@
# required stuff
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)