cppzmq/tests/cmake
Pawel Kurdybacha 131d2ec487 Problem: googletest is also installed into install destination
Building and installing cppzmq brings googletest build artifacts to the
installation destination as well. For example someone building cppzmq
with:
```
cmake -DCMAKE_INSTALL_PREFIX=mydest .
cmake --build --target install
```
gets googletest headers and libraries in `mydest`.

Solution: remove googletest from install target
2018-04-29 12:57:32 +01:00
..
googletest-download.cmake Problem: no test infrastructure 2018-03-29 18:11:28 +02:00
googletest.cmake Problem: googletest is also installed into install destination 2018-04-29 12:57:32 +01:00