mit-biomimetics / Cheetah-Software

MIT License
2.58k stars 918 forks source link

Update GIT_TAG for googletest #77

Open michel-aractingi opened 2 years ago

michel-aractingi commented 2 years ago

googletest repo changed their branch name from "master" to "main" (see #3669). This causes a cmake error when trying to build the code from source.

Easy fix by changing the name the GIT_TAG to main so that cmake clones the right branch.