Require cmake 3.2 min version

This commit is contained in:
apathy
2017-01-05 07:34:14 -06:00
parent 068e640745
commit d2584ecb01

View File

@@ -7,7 +7,7 @@ if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
message(FATAL_ERROR "CMake should have crashed - this is a failsafe in case the call used to trigger the crash gets fixed.")
endif()
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
project(stationapi CXX)