summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2018-05-09 14:51:57 +0200
committerGitHub <noreply@github.com>2018-05-09 14:51:57 +0200
commitf9cf9a04ba61cba7b1112764dd25c0e4638bed75 (patch)
tree91e84162436567abfc606918a3839b9f24b52b14 /tests
parent0a19c15131bad9cdd6bc95f4da2397018bae1a41 (diff)
parent8ab470f513a82736998c7a0dc1ad534cf00e64c3 (diff)
downloadlibgit2-f9cf9a04ba61cba7b1112764dd25c0e4638bed75.tar.gz
Merge pull request #4642 from pks-t/pks/cmake-resolve-pkgconfig
cmake: resolve libraries found by pkg-config
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index e73e7237c..82bf6d0d7 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -31,7 +31,6 @@ SET_SOURCE_FILES_PROPERTIES(
${CLAR_PATH}/clar.c
PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/clar.suite)
-LINK_DIRECTORIES(${LIBGIT2_LIBDIRS})
INCLUDE_DIRECTORIES(${LIBGIT2_INCLUDES})
ADD_EXECUTABLE(libgit2_clar ${SRC_CLAR} ${SRC_TEST} ${LIBGIT2_OBJECTS})