From a3c36809e3ac7581482bdcb23b0c1abab59f2804 Mon Sep 17 00:00:00 2001 From: Taylor Richards Date: Tue, 6 Dec 2016 14:02:27 -0500 Subject: [PATCH] bump required SDL version to 2.0.5 (for Windows crash fix) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4831e34..fcd423b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,7 +83,7 @@ if(DEMO) set(BIN_SUFFIX "${BIN_SUFFIX}demo") endif() -find_package(SDL2 "2.0.2" REQUIRED) +find_package(SDL2 "2.0.5" REQUIRED) find_package(OpenGL REQUIRED) find_package(OpenAL REQUIRED) find_package(LibWebSockets REQUIRED) -- 2.39.2