Skip to content

Commit 13bf7fd

Browse files
authored
Merge pull request #217 from kurdybacha/cmake_install
Problem: googletest is also installed into install destination
2 parents 99b9967 + 131d2ec commit 13bf7fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cmake/googletest.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ endif()
3333
add_subdirectory(
3434
${_download_root}/googletest-src
3535
${_download_root}/googletest-build
36+
EXCLUDE_FROM_ALL
3637
)
3738
endmacro()

0 commit comments

Comments
 (0)