summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:10 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:40 +0100
commit5ee2811f13a17caa191977ab24014fe909788703 (patch)
tree72349a677c1e760ca0c21c009e2d2cd193b2d883
parent16d93ca4afa1eba874ab12c6f1f27e6c56743187 (diff)
downloadsmartcardauth-5ee2811f.tar.gz
smartcardauth-5ee2811f.zip
Raise the minimum required version of CMake to 3.1.r14.0.12
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3a0143eacb396e9deeff97566c01504c5b682459)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 68b0676..3ee71be 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