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

Update googletest #50

Open
kquote03 opened this issue Jun 18, 2021 · 2 comments
Open

Update googletest #50

kquote03 opened this issue Jun 18, 2021 · 2 comments

Comments

@kquote03
Copy link

The current version used by owl fails to build on gcc 11. simply removing the version downloaded by git submodules and replacing it with latest googletest git fixes the issue.

@H3rby7
Copy link

H3rby7 commented Jan 5, 2022

Quick GIT way to achieve it is to go into the googletest dir after the git sub-module download and do git checkout main && git pull.
Clear the existing build dir if you have it. Then follow the install instructions as before

@HarshNarayanJha
Copy link

A simple git submodule update --remote --merge will update googletest

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 a pull request may close this issue.

3 participants