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

Conversation

cottsay
Copy link
Contributor

@cottsay cottsay commented May 4, 2022

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.

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.
@mfontanini mfontanini merged commit 7cd2b2c into mfontanini:master May 14, 2022
@mfontanini
Copy link
Owner

Thanks!

@cottsay cottsay deleted the system-gtest branch May 14, 2022 18:08
laudrup pushed a commit to laudrup/libtins that referenced this pull request Nov 23, 2022
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants