Skip to content

FindGit: Cache the GIT_EXECUTABLE version for the current run

Craig Scott requested to merge craig.scott/cmake:FindGit-cache-version into master

This is just a minor performance optimization after seeing the time taken for repeated git --version commands show up in some cmake profiling results while investigating #21703.

Edited by Craig Scott

Merge request reports