aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-09-11 12:15:11 -0400
committerGitHub <noreply@github.com>2017-09-11 12:15:11 -0400
commitecc5182dbd6edf4cb81f1f7a9354a9a098ef7bee (patch)
treee1da7ea7cea551c66ac2a7272ec08b935b6427a2
parent3663d671708e6709e360e8d93668aaec5410cba7 (diff)
parent803ab9a860694e96e2c48784c12dbdee30447726 (diff)
downloadgoogletest-ecc5182dbd6edf4cb81f1f7a9354a9a098ef7bee.tar.gz
googletest-ecc5182dbd6edf4cb81f1f7a9354a9a098ef7bee.tar.bz2
googletest-ecc5182dbd6edf4cb81f1f7a9354a9a098ef7bee.zip
Merge pull request #1250 from aninf-wo/hethi/remove-linker-warning-on-non-existing-path
remove obsolete link_directories command
-rw-r--r--googletest/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/googletest/CMakeLists.txt b/googletest/CMakeLists.txt
index 59343ed2..8391dbd0 100644
--- a/googletest/CMakeLists.txt
+++ b/googletest/CMakeLists.txt
@@ -75,9 +75,6 @@ include_directories(
${gtest_SOURCE_DIR}/include
${gtest_SOURCE_DIR})
-# Where Google Test's libraries can be found.
-link_directories(${gtest_BINARY_DIR}/src)
-
# Summary of tuple support for Microsoft Visual Studio:
# Compiler version(MS) version(cmake) Support
# ---------- ----------- -------------- -----------------------------