Compile gtest with the new libstdc++ headers
Previously we were compiling against the system headers, and then linking against a different libstdc++. Fixes #252. Also, move the gtest install section into the "required dependencies" section since you need it to pass "make check".
Showing
Please register or sign in to comment