diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:01:32 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:53:40 +0900 |
| commit | 91304390ecc39fa99b00862675001a373a0e6323 (patch) | |
| tree | efebfcdb328424c1316deac2584f4c664a81621f | |
| parent | cb497e8fd3ca9bc9b166727c339b6e19b0e36d2e (diff) | |
| download | kbookreader-r14.1.x.tar.gz kbookreader-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 d8dfa72aa20c411026907374fe3561ef1260ba19)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 116924c..28fc644 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -9,7 +9,7 @@ # required stuff -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
