seemoo-lab / owl

An open Apple Wireless Direct Link (AWDL) implementation written in C

Home Page:https://owlink.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update googletest

kquote03 opened this issue · 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