cmake:pkd: Don't use LIBSSH_LINK_LIBRARIES

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
(cherry picked from commit 39f7ddaa06)
This commit is contained in:
Andreas Schneider
2019-11-05 09:02:51 +01:00
parent c4ac076607
commit be16481be2

View File

@@ -21,7 +21,6 @@ set(pkd_hello_src
set(pkd_libs
${CMOCKA_LIBRARY}
${LIBSSH_STATIC_LIBRARY}
${LIBSSH_LINK_LIBRARIES}
${ARGP_LIBRARIES}
pthread
)