Przeglądaj źródła

[sdl] Update to SDL 2.30.2

Mario Zechner 1 rok temu
rodzic
commit
01fb564358
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      spine-sdl/CMakeLists.txt

+ 1 - 1
spine-sdl/CMakeLists.txt

@@ -10,7 +10,7 @@ else()
 endif()
 endif()
 
 
 include(FetchContent)
 include(FetchContent)
-FetchContent_Declare(SDL GIT_REPOSITORY https://github.com/libsdl-org/SDL GIT_TAG release-2.0.22)
+FetchContent_Declare(SDL GIT_REPOSITORY https://github.com/libsdl-org/SDL GIT_TAG release-2.30.2)
 FetchContent_MakeAvailable(SDL)
 FetchContent_MakeAvailable(SDL)
 
 
 include_directories(src)
 include_directories(src)