浏览代码

Merged in LPGhatguy/megasource (pull request #1)

Update cmake minimum version to 2.8.12
Alex Szpakowski 10 年之前
父节点
当前提交
8e2578930d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)