Skip to content
  • Brad King's avatar
    ExternalProject: Always use CMake builtin FindGit (#15791) · c9e0173e
    Brad King authored
    Unset CMAKE_MODULE_PATH before calling find_package(Git) to ensure we do
    not get a project-provided FindGit module that may not provide the
    GIT_VERSION_STRING that we need.  We do not need to restore the value
    explicitly because this occurs inside the _ep_add_download_command
    function call scope.
    c9e0173e