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

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoronqtam <vik.kirilov@gmail.com>2016-09-10 02:16:57 +0300
committeronqtam <vik.kirilov@gmail.com>2016-09-21 15:46:12 +0300
commitc7aaa969c479ecc80fea26f800fcbf603e8b8112 (patch)
tree45d91888e09dec80f7ea16591645584770f4055f /CMakeLists.txt
parentfada1a9882adf441404b4d0898e6549c7d3feaca (diff)
updating cmake on travis... Also bumping the minimal version of cmake required to 3.0 because of the 'NAME' target property
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8378cee3..b5b59f42 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.0)
project(all)