Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fall back to system GTest if available #473

Merged
merged 1 commit into from
May 14, 2022
Merged

Fall back to system GTest if available #473

merged 1 commit into from
May 14, 2022

Commits on May 4, 2022

  1. Fall back to system GTest if available

    Using a submodule to download and build GTest is a great approach for
    most circumstances, but some may prefer to use the system-provided GTest
    if it is available.
    
    This change adds a fallback to using the system's GTest if the submodule
    is absent.
    cottsay committed May 4, 2022
    Configuration menu
    Copy the full SHA
    3ea215e View commit details
    Browse the repository at this point in the history