diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:38 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:38 +0100 |
commit | 80d4c1120d98af73d048b059d4464fcecc71c07b (patch) | |
tree | 239301822b9727d1b6b9a7f59fc4d01323b4d0d4 | |
parent | ac6f4e22ddd7190ca3a4452555490ce7ae21fd39 (diff) | |
download | kxmleditor-80d4c1120d98af73d048b059d4464fcecc71c07b.tar.gz kxmleditor-80d4c1120d98af73d048b059d4464fcecc71c07b.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 33a0da8..2ce067e 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 edcb143..c67ad9a 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 |