Skip to content

Commit

Permalink
Merge pull request #1139 from chehsunliu/master
Browse files Browse the repository at this point in the history
Update the CMakeLists.txt section in googletest README.md.
  • Loading branch information
gennadiycivil authored Oct 24, 2017
2 parents 69e48e9 + c208d8d commit 6d0bb75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion googletest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ Existing build's `CMakeLists.txt`:
# Add googletest directly to our build. This defines
# the gtest and gtest_main targets.
add_subdirectory(${CMAKE_BINARY_DIR}/googletest-src
${CMAKE_BINARY_DIR}/googletest-build)
${CMAKE_BINARY_DIR}/googletest-build
EXCLUDE_FROM_ALL)

# The gtest/gtest_main targets carry header search path
# dependencies automatically when using CMake 2.8.11 or
Expand Down

0 comments on commit 6d0bb75

Please sign in to comment.