diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:52:27 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:31:47 +0900 |
| commit | 26e152186b4c25667b9c32fd41a1dd7a64ca3b8e (patch) | |
| tree | ec297bcde9db0c8036368dd7bed68e920f47ac22 | |
| parent | 59618e152112066180b63a36cc16253a126f7f10 (diff) | |
| download | kdiff3-r14.1.x.tar.gz kdiff3-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 263fbe6fe0b6a229c81423534af076728f8d7210)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index d1e3778..60ed46e 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) |
