cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / 3rdparty / googletest-1.8.1 / README.Quassel
1 We bundle the GTest sources because it is recommended to build the
2 libraries with the same settings as the program under test, and
3 most distros don't seem to provide the sources in their GTest package.
4
5 We ship the unmodified upstream sources, but we do remove a bunch of
6 unneeded directories (such as samples and build scripts).