We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa361b commit d778d7fCopy full SHA for d778d7f
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.0
+ GIT_TAG 3.0.x
10
GIT_SHALLOW ON
11
EXCLUDE_FROM_ALL
12
SYSTEM)
0 commit comments