Closed traversaro closed 10 months ago
ExternalProject supports the GIT_SHALLOW option to shallow clone a repo. However, when using YCMPHelper this option was not exposed. This PR ensure that an appropriate option exists in YCMEPHelper to pass GIT_SHALLOw to ExternalProject.
YCMPHelper
YCMEPHelper
GIT_SHALLOw
ExternalProject supports the GIT_SHALLOW option to shallow clone a repo. However, when using
YCMPHelper
this option was not exposed. This PR ensure that an appropriate option exists inYCMEPHelper
to passGIT_SHALLOw
to ExternalProject.