mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Downgrade minimum cmake version to 3.16
Which matches SDL3 and ubuntu 20.04. I checked the release notes, there were no relevant changed in 3.17 and 3.18.
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ if(${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_BINARY_DIR})
|
||||
message(FATAL_ERROR "Prevented in-tree build.")
|
||||
endif()
|
||||
|
||||
cmake_minimum_required(VERSION 3.18)
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
project(love)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user