Skip to content

Commit 7f96df4

Browse files
JonnyPtnChrisThrasher
authored andcommitted
Use shallow git clone for SFML
1 parent c90235e commit 7f96df4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
77
include(FetchContent)
88
FetchContent_Declare(SFML
99
GIT_REPOSITORY https://github.com/SFML/SFML.git
10-
GIT_TAG 2.6.x)
10+
GIT_TAG 2.6.x
11+
GIT_SHALLOW ON)
1112
FetchContent_MakeAvailable(SFML)
1213

1314
add_executable(main src/main.cpp)

0 commit comments

Comments
 (0)