ZenLib icon indicating copy to clipboard operation
ZenLib copied to clipboard

Tests/Samples not working - googletest master branch not found

Open JaXt0r opened this issue 2 years ago • 0 comments

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"

JaXt0r avatar Feb 07 '23 08:02 JaXt0r