diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:59:41 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:49:19 +0900 |
| commit | d0fa7c199f0816ca6619232b94d18f6102108838 (patch) | |
| tree | 8139899f74fd3b518e2528f707d48489b083171b | |
| parent | 31bd9407df8a6a4da73e8a89dc4e6a050ab93e65 (diff) | |
| download | k9copy-r14.1.x.tar.gz k9copy-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 a3b5a6e9658e5af4b57e1363e59210e1452cb026)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 770673d..aecaa2a 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) |
