Jelajahi Sumber

Update cmake minimum version to 2.8.12

Lucien Greathouse 11 tahun lalu
induk
melakukan
cd7b9c8a3e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -3,7 +3,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
 	message(FATAL_ERROR "Prevented in-tree build.")
 	message(FATAL_ERROR "Prevented in-tree build.")
 endif()
 endif()
 
 
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.12)
 
 
 include(ExternalProject)
 include(ExternalProject)