You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake/gtest.cmake does not require a specific version of CMake.
The version I have at least causes the build to fail due to a linker error.
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/libgtest.a(gtest-all.cc.o): undefined reference to symbol 'pthread_key_delete@@GLIBC_2.2.5'
The text was updated successfully, but these errors were encountered:
cmake/gtest.cmake
does not require a specific version of CMake.The version I have at least causes the build to fail due to a linker error.
The text was updated successfully, but these errors were encountered: