Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-23 12:13:59 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-23 12:13:59 +0300
commit7a3f0437a6d10a818364e43cf7aa7d363282036c (patch)
tree1a981e1b7fee978c456c45cd36de95dca65856f0 /.docs.cmake
parente28cf39e4d5de24cbbaaf01820ef2d4993ed7f3f (diff)
Fix cmake config error. Bumped cmake required to 3.1.
Diffstat (limited to '.docs.cmake')
-rw-r--r--.docs.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/.docs.cmake b/.docs.cmake
index c914c579..a553a57a 100644
--- a/.docs.cmake
+++ b/.docs.cmake
@@ -1,5 +1,5 @@
# CTest script for a CI to submit to CDash a documentation generation run
-cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
# Bring in the Boost lite cmake tooling
list(FIND CMAKE_MODULE_PATH "boost-lite" boost_lite_idx)
if(${boost_lite_idx} EQUAL -1)