-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Update cmakelists to use system googletest if available. #1035
Conversation
b9304a6
to
95b4006
Compare
Can you add a variant of the Github action that installs GTest first so you can make sure that codepath works? |
@jbeder sorry but I fail to find how to install googletest-dev...
|
What does this comment mean? |
This means, that I'm not able to parse the travis/github actions yml file... |
0232fa1
to
fc1ab95
Compare
is it ok now? |
60929a8
to
550e5be
Compare
5da86bd
to
9ddcc00
Compare
There is no need to use the embedded gtest code copy in Linux systems, if they already provide the googletest framework system-wide. Search for it, and fallback to the embedded one if the system one is not detected. This patch has been also contributed by Simon Quigley <tsimonq2@debian.org>
9ddcc00
to
d396df7
Compare
There is no need to use the embedded gtest code copy in Linux systems, if they already provide the googletest framework system-wide.
Search for it, and fallback to the embedded one if the system one is not detected.
This patch has been also contributed by Simon Quigley tsimonq2@debian.org