xmos / xcommon_cmake

6 stars 5 forks source link

Consider shallow clone of dependencies #147

Closed xross closed 4 days ago

xross commented 7 months ago

to speed up dependency fetching, we can do this with:

FetchContent_Declare( .... GIT_SHALLOW 1 )

xross commented 4 days ago

This has been added, see DEPS_CLONE_SHALLOW