diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:03:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:58:24 +0900 |
| commit | 1dac2342d545faaecf7d0053ee7b83889f5576dc (patch) | |
| tree | a68908c3cac0fec3858ce42d4694f655b7892687 | |
| parent | b06541314f2a58d66bff7f3913a3ab6edd1f7d4c (diff) | |
| download | kiosktool-r14.1.x.tar.gz kiosktool-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 757586108ec4cf92186deddfba758b38322566f6)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 289dd8c..9f9d827 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -11,7 +11,7 @@ find_package( TQt ) find_package( TDE ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
