diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:41 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-08 15:33:43 +0100 |
commit | c76d015dcd48a879abc33c7955f229c26b496756 (patch) | |
tree | f5b293548f2d36eb40ea8be262f5be0783a07bc2 | |
parent | 1172d1f64cfe6adbb35b1f31363ef25b0d1de9f5 (diff) | |
download | kvpnc-c76d015dcd48a879abc33c7955f229c26b496756.tar.gz kvpnc-c76d015dcd48a879abc33c7955f229c26b496756.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit fdfb4aa064360f849c6acaf2b81c69086f5d51f4)
-rw-r--r-- | CMakeL10n.txt | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index a91bd2a..e0b1b56 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### include our cmake modules ################# diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e659b9..1016e78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) #### general package setup |