Skip to content

Commit d778d7f

Browse files
committed
Use 3.0.x branch to fix CMake 4 failures
1 parent 9aa361b commit d778d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
66
include(FetchContent)
77
FetchContent_Declare(SFML
88
GIT_REPOSITORY https://github.com/SFML/SFML.git
9-
GIT_TAG 3.0.0
9+
GIT_TAG 3.0.x
1010
GIT_SHALLOW ON
1111
EXCLUDE_FROM_ALL
1212
SYSTEM)

0 commit comments

Comments
 (0)