diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:57 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-12 18:56:59 +0100 |
commit | 9066230a322fb0cd17a05c6ddd9e12f290f3547a (patch) | |
tree | 30760dbe976d0aabd02e28ae7b835fa925d20166 | |
parent | 0f07a120319ccc1c4644f3d0265a7acf32a86f48 (diff) | |
download | kommando-9066230a322fb0cd17a05c6ddd9e12f290f3547a.tar.gz kommando-9066230a322fb0cd17a05c6ddd9e12f290f3547a.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 283e2da098ca935d119fded0464989fcde5fff66)
-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 5c1da71..85f0c76 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 c9c22b5..c700bf8 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 |