owl icon indicating copy to clipboard operation
owl copied to clipboard

Update googletest

Open kquote03 opened this issue 3 years ago • 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.

kquote03 avatar Jun 18 '21 20:06 kquote03

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

H3rby7 avatar Jan 05 '22 16:01 H3rby7

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

HarshNarayanJha avatar Aug 21 '23 07:08 HarshNarayanJha