Skip to content

Commit 4156deb

Browse files
committed
chore(deps): updating SDL and Skirnir
1 parent 13340c8 commit 4156deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include(FetchContent)
1717
FetchContent_Declare(
1818
SDL
1919
GIT_REPOSITORY "https://github.com/libsdl-org/SDL.git"
20-
GIT_TAG "release-3.2.8"
20+
GIT_TAG "release-3.2.12"
2121
)
2222
FetchContent_MakeAvailable(SDL)
2323

@@ -38,7 +38,7 @@ FetchContent_MakeAvailable(assimp)
3838
FetchContent_Declare(
3939
skirnir
4040
GIT_REPOSITORY "https://github.com/gilmar-sales/Skirnir.git"
41-
GIT_TAG "main"
41+
GIT_TAG "v0.7.0"
4242
)
4343
FetchContent_MakeAvailable(skirnir)
4444

0 commit comments

Comments
 (0)