mirror of
https://github.com/love2d/megasource.git
synced 2026-08-12 08:30:59 +02:00
Merged in LPGhatguy/megasource (pull request #1)
Update cmake minimum version to 2.8.12
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user