diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-10-24 11:27:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 11:27:04 -0400 |
commit | 6d0bb75c81bc59770520e303f6a04737b8aedb39 (patch) | |
tree | 820e437ce56c2a4c0d39b783176bf1db1605a283 | |
parent | 69e48e92de43960a316a826293510b7b3deb9eca (diff) | |
parent | c208d8df23d6bd4fbe153a34d092aff0fddbc6a5 (diff) | |
download | googletest-6d0bb75c81bc59770520e303f6a04737b8aedb39.tar.gz googletest-6d0bb75c81bc59770520e303f6a04737b8aedb39.tar.bz2 googletest-6d0bb75c81bc59770520e303f6a04737b8aedb39.zip |
Merge pull request #1139 from chehsunliu/master
Update the CMakeLists.txt section in googletest README.md.
-rw-r--r-- | googletest/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/googletest/README.md b/googletest/README.md index 0f6d6d59..f273a7de 100644 --- a/googletest/README.md +++ b/googletest/README.md @@ -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 |