diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:51:10 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 11:52:46 +0100 |
commit | 61bb2064e34d9b607ba0320ad499c54efde1eb34 (patch) | |
tree | af879c8f6072a63fe7d92acf5f8bfd1a0fc8068d | |
parent | 6bf11325101838546c5520b45db1848485c5a701 (diff) | |
download | klamav-61bb2064e34d9b607ba0320ad499c54efde1eb34.tar.gz klamav-61bb2064e34d9b607ba0320ad499c54efde1eb34.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 61e133c79a7dcce571d02f3ebfd71147dcceed88)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index a525b71..f18984d 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 3.1 ) ##### include our cmake modules ################# |