Skip to content

Commit

Permalink
Merge pull request #3216 from corentinmusard:master
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 356610323
  • Loading branch information
dinord committed Feb 11, 2021
2 parents 7bb112e + e6e2f3f commit e03f90a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions googletest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e03f90a

Please sign in to comment.