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 09:45:57 +0100 |
commit | ac316ed30331049afdb1e39bbb068825376a4116 (patch) | |
tree | d054b73063ad54e4394a973d888870cb5cae0b07 | |
parent | e5089f3c834d85105bda9be48589017e688816fa (diff) | |
download | kdpkg-ac316ed30331049afdb1e39bbb068825376a4116.tar.gz kdpkg-ac316ed30331049afdb1e39bbb068825376a4116.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 ce81dc9acdb3c219671bc7196ab34a724fca406d)
-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 |