summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-12-29 12:32:55 +0100
committerSlávek Banko <[email protected]>2021-12-29 12:32:55 +0100
commit8009d6219aee25870dc13802a429061479f850c8 (patch)
tree4df829d6047e46dfcfee7471c5a52e905d84307c
parentc6e51ab83467b48c2402314d8447abd410aad4fa (diff)
downloadlibkexiv2-8009d6219aee25870dc13802a429061479f850c8.tar.gz
libkexiv2-8009d6219aee25870dc13802a429061479f850c8.zip
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index afc6b27..017ca0a 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