diff options
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a2ee79..f70a096 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,12 +45,12 @@ CPMAddPackage( CPMAddPackage( NAME SDL2 GITHUB_REPOSITORY libsdl-org/SDL - VERSION 2.0.14 - GIT_TAG release-2.0.14 + VERSION 2.0.20 + GIT_TAG release-2.0.20 OPTIONS "SDL_SHARED OFF" "SDL_STATIC ON" - "LIBC ON" + "SDL_LIBC ON" ) |