summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:32:49 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:59 +0100
commitea28c45b9f07f3f08618d9af0b0f8f4dd0b03f95 (patch)
tree6aca14e06e919b9dfac8ae86e433e17f8e77d65d
parent0f38e2ecb2c6a6c5dee6f7a0a2b3f03db0b880b8 (diff)
downloadlibcarddav-ea28c45b.tar.gz
libcarddav-ea28c45b.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 e23b8330f465430e94b1887f33250d809e3d12fd)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4dc05df..a6737a1 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