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 /.ci.cmake
parente28cf39e4d5de24cbbaaf01820ef2d4993ed7f3f (diff)
Fix cmake config error. Bumped cmake required to 3.1.
Diffstat (limited to '.ci.cmake')
-rw-r--r--.ci.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci.cmake b/.ci.cmake
index fa5b9dea..eb765ae4 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -1,6 +1,6 @@
# CTest script for a CI to submit to CDash a run of configuration,
# building and testing
-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)