From ee1e5468ffb16674f7521a418f4160cdffa41e52 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Fri, 28 Jul 2017 14:55:12 +0200 Subject: [PATCH] Upgrade the ref on SDL2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb56765..c730190 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -163,7 +163,7 @@ else () endif () ExternalProject_Add (SDL2_Project - URL https://hg.libsdl.org/SDL/archive/0e0f4e54706b.tar.bz2 + URL https://hg.libsdl.org/SDL/archive/6b835032ce78.tar.bz2 PREFIX ${CMAKE_BINARY_DIR} CONFIGURE_COMMAND ${CMD} ./configure --prefix=${CMAKE_BINARY_DIR}