diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:02:05 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:54:21 +0900 |
| commit | 12ccffc7e701124fa4dab3b9a5dc3ec4d4b675c5 (patch) | |
| tree | 405015cd4a6991d64201fa37c10698b35fb8d4df | |
| parent | 415291e4fd08e0a0232fe035d0f8748fabe63fee (diff) | |
| download | kmymoney-r14.1.x.tar.gz kmymoney-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 8f230b314e64ad60634ef44f6db6865c02f28a1c)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index f86bad2..df17208 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) |
