Skip to content

Tests: Fix RunCMake.ctest_update test to not require GIT_EXECUTABLE

Brad King requested to merge brad.king/cmake:ctest_xml_tweaks into master

Fix the test case added by !3259 (merged) to work in a release branch of CMake. The GIT_EXECUTABLE value is not set before we add this test in release branch builds.

Merge request reports