diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:42 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:42 +0100 |
commit | 20b95ae4b5c6bab9e88c333a28bade38bc07b1d6 (patch) | |
tree | f571126e6c207c7280fdb4c068af41e30c2af0c9 | |
parent | 003f0d8657afce5df445625f200dcc62c60201cc (diff) | |
download | kerberostray-20b95ae4b5c6bab9e88c333a28bade38bc07b1d6.tar.gz kerberostray-20b95ae4b5c6bab9e88c333a28bade38bc07b1d6.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 6f06686..2b4b89d 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 |