Closed xross closed 4 days ago
to speed up dependency fetching, we can do this with:
FetchContent_Declare( .... GIT_SHALLOW 1 )
This has been added, see DEPS_CLONE_SHALLOW
to speed up dependency fetching, we can do this with:
FetchContent_Declare( .... GIT_SHALLOW 1 )