summaryrefslogtreecommitdiff
path: root/cmake/CompileGTest.cmake
AgeCommit message (Collapse)Author
2018-02-18Don't build all the small sub-libraries.iphydf
This caused us to build everything 2-4 times, now we only build it 1-2 times (depending on selection of static/shared builds). The disadvantage is that now it's more up to the reviewer to ensure modularity (we still catch it in the bazel build, though).
2018-02-11Improve gtest finding, support local checkout.iphydf
Also fix library dependency order for monolith test.