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 12:52:27 +0900 |
| commit | 263fbe6fe0b6a229c81423534af076728f8d7210 (patch) | |
| tree | 46ef238c05e633e57e3eb9ee8cfa9d8dea70df09 | |
| parent | 9f3bc650f6246843b5701f79c8dea30c7febfb76 (diff) | |
| download | kdiff3-263fbe6fe0b6a229c81423534af076728f8d7210.tar.gz kdiff3-263fbe6fe0b6a229c81423534af076728f8d7210.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -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) |
