seemoo-lab / owl

An open Apple Wireless Direct Link (AWDL) implementation written in C
https://owlink.org
GNU General Public License v3.0
1.25k stars 87 forks source link

Update googletest #50

Open kquote03 opened 3 years ago

kquote03 commented 3 years ago

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 commented 2 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

HarshNarayanJha commented 1 year ago

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