ExternalProject: Avoid unnecessary checkout on clone

The clone step checks out the cloned branch but is always followed by an
explicit checkout of the desired `GIT_TAG`.  Tell `git clone` not to
check out.
1 file changed