diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:07:52 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:06:16 +0900 |
| commit | 06c4c1d835a5107e7cb041f7ce8f4f71d1f40041 (patch) | |
| tree | 507cc69e8b731027f0f33d0a237bdbc0b2cb9fcf | |
| parent | ef1870aa4045524ceca8efdfa595d68fb98a3212 (diff) | |
| download | smartcardauth-r14.1.x.tar.gz smartcardauth-r14.1.x.zip | |
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ac647c3dd445bff882fc3e82bfd84e03f4976304)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
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) |
