summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortastytea2020-05-19 19:33:34 +0200
committertastytea2020-05-19 19:33:34 +0200
commitef11508ca1500adbcf23b2e84e1034eaa24c94d6 (patch)
tree5c0553d58d499abee318e3958140cbac7ee804d9
parentc2bc1b5e7b417c434d327c4f9f45d86ca3a62de8 (diff)
downloadmastodonpp-ef11508ca1500adbcf23b2e84e1034eaa24c94d6.tar
mastodonpp-ef11508ca1500adbcf23b2e84e1034eaa24c94d6.tar.gz
mastodonpp-ef11508ca1500adbcf23b2e84e1034eaa24c94d6.zip
Bump maximum CMake version to 3.16.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 43b12f9..e13eedf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
# Support version 3.9 and above, but use policy settings up to 3.14.
# 3.9 is needed for project description.
-cmake_minimum_required(VERSION 3.9...3.14)
+cmake_minimum_required(VERSION 3.9...3.16)
# Ranges are supported from 3.12, set policy to current for < 3.12.
if(${CMAKE_VERSION} VERSION_LESS 3.12)
cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})