CMake 3.0 required

This commit is contained in:
Daniel Sipka 2015-09-30 16:34:36 +02:00
parent 110a07d808
commit 36a0f98fd5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.0.2)
project(mstch)
option (WITH_UNIT_TESTS "enable building unit test executable" OFF)

View File

@ -201,7 +201,7 @@ Output:
- clang 3.4.2, 3.5
- MSVC 2013
- Boost 1.54+ for [Boost.Variant](http://www.boost.org/libs/variant)
- CMake 2.8+ for building
- CMake 3.0+ for building
## Installing