We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13340c8 commit 4156debCopy full SHA for 4156deb
CMakeLists.txt
@@ -17,7 +17,7 @@ include(FetchContent)
17
FetchContent_Declare(
18
SDL
19
GIT_REPOSITORY "https://github.com/libsdl-org/SDL.git"
20
-GIT_TAG "release-3.2.8"
+GIT_TAG "release-3.2.12"
21
)
22
FetchContent_MakeAvailable(SDL)
23
@@ -38,7 +38,7 @@ FetchContent_MakeAvailable(assimp)
38
39
skirnir
40
GIT_REPOSITORY "https://github.com/gilmar-sales/Skirnir.git"
41
-GIT_TAG "main"
+GIT_TAG "v0.7.0"
42
43
FetchContent_MakeAvailable(skirnir)
44
0 commit comments