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 13:06:05 +0900 |
| commit | c3f958ecfd8f3378db4be5bd7867df5b42de24f2 (patch) | |
| tree | a8b2abb051954684d17694199ba8e0507fdc27c1 | |
| parent | 7cf359afefc22f920d760f673dde4d06d7bb2c8a (diff) | |
| download | klamav-master.tar.gz klamav-master.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 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) |
