diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:40 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-06 23:10:11 +0100 |
commit | 93bbddde3bbf179c0d4a5a7a1cee83b8d3b3c710 (patch) | |
tree | f604323e14e3dd41a24ad60ac278ce0d906fd21a | |
parent | 2721c5e04165a3aba790a3331c21a9eaa42d7e99 (diff) | |
download | knmap-93bbddde3bbf179c0d4a5a7a1cee83b8d3b3c710.tar.gz knmap-93bbddde3bbf179c0d4a5a7a1cee83b8d3b3c710.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 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 9a3af8f..2c62172 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 |