1
1

Compare commits

...

1 Commits

Author SHA1 Message Date
31898388f4 Buildsystem: Bump the minimum required CMake
This will allow experimenting with more-recent features.
2015-11-08 23:15:15 +01:00

View File

@@ -45,7 +45,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
endif()
endif()
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.0)
if(NOT (${CMAKE_VERSION} VERSION_LESS 3.0))
# keep until CMake-3.0 is min requirement