summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Soffer <asoffer@google.com>2021-02-11 12:49:33 -0500
committerAndy Soffer <asoffer@google.com>2021-02-11 12:49:33 -0500
commite09d2b6a79b5e112b066e42e3a77fadaf0e646eb (patch)
tree7154198a4a2e558a9bf6d0d7e2ece0441e2bb847
parentd4144d4ee25f66af2d210f1590f258f143e02280 (diff)
parente6e2f3f455996b0d9d227cb1ed4ac4adf137c6fc (diff)
downloadgoogletest-e09d2b6a79b5e112b066e42e3a77fadaf0e646eb.tar.gz
googletest-e09d2b6a79b5e112b066e42e3a77fadaf0e646eb.zip
Merge pull request #3216 from corentinmusard:master
PiperOrigin-RevId: 356610323
-rw-r--r--googletest/README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/googletest/README.md b/googletest/README.md
index d3d80555..717c8867 100644
--- a/googletest/README.md
+++ b/googletest/README.md
@@ -138,13 +138,6 @@ add_subdirectory(${CMAKE_CURRENT_BINARY_DIR}/googletest-src
${CMAKE_CURRENT_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
-# later. Otherwise we have to add them here ourselves.
-if (CMAKE_VERSION VERSION_LESS 2.8.11)
- include_directories("${gtest_SOURCE_DIR}/include")
-endif()
-
# Now simply link against gtest or gtest_main as needed. Eg
add_executable(example example.cpp)
target_link_libraries(example gtest_main)
OpenPOWER on IntegriCloud