summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-12-29 12:33:01 +0100
committerSlávek Banko <[email protected]>2021-12-29 13:02:32 +0100
commite81e2853d286785ba55d9166f9562011c280da61 (patch)
treee15fffc9235f6a447bed2f1844d5b38a44cfce44
parent75b772f4353e50ecb1c3b58056fc94a069873717 (diff)
downloadkerberostray-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.txt2
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