google / keyczar

Easy-to-use crypto toolkit
Apache License 2.0
1.1k stars 141 forks source link

Remove copy of old gtest. #158

Closed divegeek closed 9 years ago

divegeek commented 9 years ago

The copy of gtest in the repository was old enough that it broke with the new compiler on Ubuntu 14.04. Rather than try to keep the copy of gtest up to date, I deleted it and changed the build scripts to expect it to be installed on the system at GTEST_DIR, a directory specified as a build command line argument.

I also updated the README to reflect this change.

devinlundberg commented 9 years ago

LGTM

Anything we need to be aware of when writing new gtest code for compatibility?