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
commit 13bf7fdb2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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