seemoo-lab/owl

Update googletest

kquote03 opened this issue · 2 comments

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.

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