We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7910f commit 3bc1229Copy full SHA for 3bc1229
external/CMakeLists.txt
@@ -4,7 +4,7 @@ Set(FETCHCONTENT_QUIET FALSE)
4
5
FetchContent_Declare(SFML
6
GIT_REPOSITORY https://github.com/SFML/SFML.git
7
- GIT_TAG 3.0.0
+ GIT_TAG 3.0.2
8
GIT_PROGRESS TRUE)
9
FetchContent_MakeAvailable(SFML)
10
@@ -24,7 +24,7 @@ FetchContent_MakeAvailable(ImGui-SFML)
24
25
FetchContent_Declare(ImPlot
26
GIT_REPOSITORY https://github.com/epezent/implot
27
- GIT_TAG 3da8bd34299965d3b0ab124df743fe3e076fa222
+ GIT_TAG v0.17
28
29
FetchContent_MakeAvailable(ImPlot)
30
0 commit comments