From cd7b9c8a3e442953df4b544b0056278778773911 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 29 Oct 2014 18:22:55 -0600 Subject: [PATCH] Update cmake minimum version to 2.8.12 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c7333728..7e75bf21 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)