CMake 3.0 required
This commit is contained in:
parent
110a07d808
commit
36a0f98fd5
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue