xmos / xcommon_cmake

6 stars 5 forks source link

Consider shallow clone of dependencies #147

Open xross opened 5 months ago

xross commented 5 months ago

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

FetchContent_Declare( .... GIT_SHALLOW 1 )