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-08 09:37:30 +0100 |
commit | 21ab29e9b899ae5d211ac58ca7fea4e34f46e4b7 (patch) | |
tree | 239301822b9727d1b6b9a7f59fc4d01323b4d0d4 | |
parent | d69c49836838f119211c0244687d94b5f004bfaa (diff) | |
download | kxmleditor-21ab29e9b899ae5d211ac58ca7fea4e34f46e4b7.tar.gz kxmleditor-21ab29e9b899ae5d211ac58ca7fea4e34f46e4b7.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 80d4c1120d98af73d048b059d4464fcecc71c07b)
-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 |