diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:47 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-10 03:14:08 +0100 |
commit | ce81dc9acdb3c219671bc7196ab34a724fca406d (patch) | |
tree | d054b73063ad54e4394a973d888870cb5cae0b07 | |
parent | 752317fbd361e9f3f061dad571242782b865a3ab (diff) | |
download | kdpkg-ce81dc9acdb3c219671bc7196ab34a724fca406d.tar.gz kdpkg-ce81dc9acdb3c219671bc7196ab34a724fca406d.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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 5762615..3713b9a 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 8ba41ee..7f73a00 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 |