mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-01-06 00:31:14 +01:00
Merge pull request #217 from kurdybacha/cmake_install
Problem: googletest is also installed into install destination
This commit is contained in:
commit
13bf7fdb2c
@ -33,5 +33,6 @@ endif()
|
|||||||
add_subdirectory(
|
add_subdirectory(
|
||||||
${_download_root}/googletest-src
|
${_download_root}/googletest-src
|
||||||
${_download_root}/googletest-build
|
${_download_root}/googletest-build
|
||||||
|
EXCLUDE_FROM_ALL
|
||||||
)
|
)
|
||||||
endmacro()
|
endmacro()
|
||||||
|
Loading…
Reference in New Issue
Block a user