You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using CPMAddPackage to download a repo at a tag containing a lot less than the main branch. I have specified GIT_SHALLOW, however, this downloads the whole repo before switching to the tag I need.
Is there any way to just download the files specified at the tag? This might be an issue with CMake's Fetch Content but I thought I'd ask here as well just in case anyone has any bright ideas.
Thanks all!
The text was updated successfully, but these errors were encountered:
I am using CPMAddPackage to download a repo at a tag containing a lot less than the main branch. I have specified GIT_SHALLOW, however, this downloads the whole repo before switching to the tag I need.
Is there any way to just download the files specified at the tag? This might be an issue with CMake's Fetch Content but I thought I'd ask here as well just in case anyone has any bright ideas.
Thanks all!
The text was updated successfully, but these errors were encountered: