diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:01 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:32 +0100 |
commit | e81e2853d286785ba55d9166f9562011c280da61 (patch) | |
tree | e15fffc9235f6a447bed2f1844d5b38a44cfce44 | |
parent | 75b772f4353e50ecb1c3b58056fc94a069873717 (diff) | |
download | kerberostray-e81e2853d286785ba55d9166f9562011c280da61.tar.gz kerberostray-e81e2853d286785ba55d9166f9562011c280da61.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 1c2e46b8584814212b98e4856e68f8978de0fa07)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e0763c7..2240a9a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) #### general package setup |