Closed CyanoKobalamyne closed 4 months ago
This searches for the system-provided version of GTest first, and only downloads it if it's not available.
Another possible improvement would be to not re-download GTest every time configure.sh is run.
configure.sh
@yoni206 as per your request, added version check and flag to force downloading. :)
This searches for the system-provided version of GTest first, and only downloads it if it's not available.
Another possible improvement would be to not re-download GTest every time
configure.sh
is run.