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
parente28cf39e4d5de24cbbaaf01820ef2d4993ed7f3f (diff)
Fix cmake config error. Bumped cmake required to 3.1.
-rw-r--r--.ci.cmake2
-rw-r--r--.docs.cmake2
-rw-r--r--CMakeLists.txt2
-rw-r--r--test/tests/map_handle.cpp (renamed from test/tests/map_handle_create_close/integration.cpp)0
4 files changed, 3 insertions, 3 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)
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)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 947d21a7..d396ee98 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
# If necessary bring in the Boost lite cmake tooling
list(FIND CMAKE_MODULE_PATH "boost-lite" boost_lite_idx)
if(${boost_lite_idx} EQUAL -1)
diff --git a/test/tests/map_handle_create_close/integration.cpp b/test/tests/map_handle.cpp
index e877a299..e877a299 100644
--- a/test/tests/map_handle_create_close/integration.cpp
+++ b/test/tests/map_handle.cpp