diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:50 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-11 11:30:36 +0100 |
commit | a20900487154e178e6d338ae818cc410861a77f0 (patch) | |
tree | ffda769ce53a46d3c84033b4d12a9b1d584e95df | |
parent | 923a514f4ccf346d0b733400347164444fdf7096 (diff) | |
download | knemo-a20900487154e178e6d338ae818cc410861a77f0.tar.gz knemo-a20900487154e178e6d338ae818cc410861a77f0.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 5152e64b1ff6487ef50de514f1ad7231ca503244)
-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 84d4253..29183c5 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 |