Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Search system for GTest before downloading. #654
Distributions often do builds with no network access available for both security reasons and also to ensure reproducibility. This change tells CMake to query the system for a copy of gtest, but if it's not available, it'll fall back to downloading via FetchContent.
- Loading branch information