Open kquote03 opened 3 years ago
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
A simple git submodule update --remote --merge
will update googletest
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.