Skip to content

Commit

Permalink
fetching a shallow copy should be enough here
Browse files Browse the repository at this point in the history
  • Loading branch information
scheffle committed Jan 12, 2021
1 parent dd75b77 commit 25f261c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FetchContent_Declare(
vstgui
GIT_REPOSITORY https://github.com/steinbergmedia/vstgui.git
GIT_TAG origin/develop
GIT_SHALLOW OFF
GIT_SHALLOW ON
)

if(${CMAKE_VERSION} VERSION_LESS 3.14)
Expand Down

0 comments on commit 25f261c

Please sign in to comment.