Merge pull request #217 from kurdybacha/cmake_install

Problem: googletest is also installed into install destination
This commit is contained in:
Constantin Rack
2018-04-29 14:09:13 +02:00
committed by GitHub

View File

@@ -33,5 +33,6 @@ endif()
add_subdirectory(
${_download_root}/googletest-src
${_download_root}/googletest-build
EXCLUDE_FROM_ALL
)
endmacro()