shithub: cstory

Download patch

ref: b7418432df0eca82544509e9bf0bfcc9285efeb0
parent: 4895880682ea7fe096f54127bfa499f7284327fa
parent: 340a5520035eb722e76f69e0ffa09d72afcc9e52
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sat May 2 21:17:06 EDT 2020

Merge branch 'portable' of https://github.com/Clownacy/Cave-Story-Engine-2 into portable

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -498,7 +498,7 @@
 
 if(BACKEND_PLATFORM MATCHES "SDL2" OR BACKEND_AUDIO MATCHES "SDL2")
 	if(NOT FORCE_LOCAL_LIBS)
-		find_package(SDL2)
+		find_package(SDL2 2.0.6)
 
 		if (PKG_CONFIG_FOUND)
 			pkg_check_modules(sdl2 QUIET IMPORTED_TARGET sdl2)