From d502f061bb3ee0258d6453acbf258b9e5d93d564 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 16 Dec 2018 12:53:26 +0100 Subject: [libssh] Update libssh to version 0.9.3 --- ports/libssh/usage | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ports/libssh/usage') diff --git a/ports/libssh/usage b/ports/libssh/usage index acb7e822c..39cb551c3 100644 --- a/ports/libssh/usage +++ b/ports/libssh/usage @@ -1,5 +1,4 @@ The package libssh is compatible with built-in CMake targets: find_package(libssh CONFIG REQUIRED) - target_link_libraries(main PRIVATE ${LIBSSH_LIBRARIES}) - target_include_directories(main PRIVATE ${LIBSSH_INCLUDE_DIR}) + target_link_libraries(main PRIVATE ssh) -- cgit v1.2.3