aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2019-11-05 09:02:51 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-11-07 14:00:15 +0100
commit39f7ddaa06c5069e8317e9d7d1eab8deea53872b (patch)
treeca3dfe5fff8e0ad249ec348fa9cc7e11900bb3f6
parent2fcc15c5dcf7ac1dd725e2129d5cd92ab79bc75a (diff)
downloadlibssh-39f7ddaa06c5069e8317e9d7d1eab8deea53872b.tar.gz
libssh-39f7ddaa06c5069e8317e9d7d1eab8deea53872b.tar.xz
libssh-39f7ddaa06c5069e8317e9d7d1eab8deea53872b.zip
cmake:pkd: Don't use LIBSSH_LINK_LIBRARIES
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
-rw-r--r--tests/pkd/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/pkd/CMakeLists.txt b/tests/pkd/CMakeLists.txt
index 71355b08..3eefae87 100644
--- a/tests/pkd/CMakeLists.txt
+++ b/tests/pkd/CMakeLists.txt
@@ -21,7 +21,6 @@ set(pkd_hello_src
set(pkd_libs
${CMOCKA_LIBRARY}
${LIBSSH_STATIC_LIBRARY}
- ${LIBSSH_LINK_LIBRARIES}
${ARGP_LIBRARIES}
pthread
)