CMake 3.0 required
This commit is contained in:
parent
110a07d808
commit
36a0f98fd5
@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 2.8)
|
cmake_minimum_required(VERSION 3.0.2)
|
||||||
project(mstch)
|
project(mstch)
|
||||||
option (WITH_UNIT_TESTS "enable building unit test executable" OFF)
|
option (WITH_UNIT_TESTS "enable building unit test executable" OFF)
|
||||||
|
|
||||||
|
@ -201,7 +201,7 @@ Output:
|
|||||||
- clang 3.4.2, 3.5
|
- clang 3.4.2, 3.5
|
||||||
- MSVC 2013
|
- MSVC 2013
|
||||||
- Boost 1.54+ for [Boost.Variant](http://www.boost.org/libs/variant)
|
- Boost 1.54+ for [Boost.Variant](http://www.boost.org/libs/variant)
|
||||||
- CMake 2.8+ for building
|
- CMake 3.0+ for building
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user