diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:50 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:50 +0100 |
commit | 61fd6af18c424db720a34272683f1bde05908bee (patch) | |
tree | be51b95dc94797f1567fcb6340f6e28ea830d2c5 /CMakeLists.txt | |
parent | 89d4e71455c288a916381ebcbf632539182a21a8 (diff) | |
download | klamav-61fd6af18c424db720a34272683f1bde05908bee.tar.gz klamav-61fd6af18c424db720a34272683f1bde05908bee.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 66d1d44..1869d80 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### general package setup ##################### |