mirror of
https://github.com/love2d/megasource.git
synced 2026-08-12 08:30:59 +02:00
bump cmake versions to make it build with cmake 4.0
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 3.1)
|
||||
cmake_minimum_required(VERSION 3.6)
|
||||
|
||||
include(ExternalProject)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user