Skip to content

CTest: only look for update executables when needed

Seth R Johnson requested to merge sethrj/cmake:ctest-less-findy into master

Reduce pollution of the CMakeCache when include(CTest) by only searching for version control executables when CTest decides a particular executable might be needed.

Follow-up to #17578 (closed)

Merge request reports