Update cmake minimum version to 2.8.12

This commit is contained in:
Lucien Greathouse
2014-10-29 18:22:55 -06:00
parent 5afec7c793
commit cd7b9c8a3e
+1 -1
View File
@@ -3,7 +3,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
message(FATAL_ERROR "Prevented in-tree build.")
endif()
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.8.12)
include(ExternalProject)