ZenLib
ZenLib copied to clipboard
Tests/Samples not working - googletest master branch not found
Googletest changed their default branch name from master to main. Makes it impossible to build tests. https://github.com/google/googletest/issues/3663
The ./tests/CMakeLists.txt.in need to change GIT_TAG to "main"