diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:56:46 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:42:44 +0900 |
| commit | 8dab987c71aadf2b375c526d50f14e69426a4834 (patch) | |
| tree | 8f87278bd60d2f899427044dfae3f620d9e81d97 | |
| parent | c99f45724534911c782aaccaedf80a95dcbed2a3 (diff) | |
| download | kshowmail-r14.1.x.tar.gz kshowmail-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 94327d210fcc091114f86077a27820874d939bca)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index d67d3c9..870fa03 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -10,7 +10,7 @@ find_package( TQt ) find_package( TDE ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
