We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d778d7f commit 0a94dfaCopy full SHA for 0a94dfa
CMakeLists.txt
@@ -6,7 +6,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
6
include(FetchContent)
7
FetchContent_Declare(SFML
8
GIT_REPOSITORY https://github.com/SFML/SFML.git
9
- GIT_TAG 3.0.x
+ GIT_TAG 3.0.1
10
GIT_SHALLOW ON
11
EXCLUDE_FROM_ALL
12
SYSTEM)
0 commit comments