diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:06:05 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:03:58 +0900 |
| commit | e5898f88b520f4a8f510b48719521abd78f70170 (patch) | |
| tree | d0ff8cbf8d3b518061d48ffcf53bd1d0c45eed65 | |
| parent | 3c3ec6273842fa77715c08ba05a220648563b782 (diff) | |
| download | klamav-r14.1.x.tar.gz klamav-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 c3f958ecfd8f3378db4be5bd7867df5b42de24f2)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 47f2fca..5c9e06e 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -16,7 +16,7 @@ find_package( TQt ) find_package( TDE ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
