ataulien/ZenLib

Tests/Samples not working - googletest master branch not found

JaXt0r opened this issue · 0 comments

Googletest changed their default branch name from master to main. Makes it impossible to build tests.
google/googletest#3663

The ./tests/CMakeLists.txt.in need to change GIT_TAG to "main"