From 78c83502b40081f3636f16a387804028e1e3d48e Mon Sep 17 00:00:00 2001 From: Vadim Grigoruk Date: Fri, 18 May 2018 19:40:56 +0300 Subject: [PATCH] no message --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ecbae70..7d94e6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -156,8 +156,7 @@ if(WIN32) set(HAVE_LIBC TRUE) endif() -set(SDL_SHARED OFF) -set(SDL_STATIC ON) +set(SDL_SHARED_ENABLED_BY_DEFAULT OFF) add_subdirectory(3rd-party/SDL2-2.0.7) ################################