aboutsummaryrefslogtreecommitdiff
path: root/ports/libssh/usage
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2020-02-05 18:19:25 -0800
committerGitHub <noreply@github.com>2020-02-05 18:19:25 -0800
commit53b4fba4440ca8ea3c1bc1a6f0fc3551f9c8221c (patch)
tree302c612767e3f9a4d7e13b2527ad0e000ee7d79f /ports/libssh/usage
parent0ba50612fbbfb9d64f9c60825847c12f956666c6 (diff)
parentfff8a64f41b021d2da9bf2ae476635c1ec5fb598 (diff)
downloadvcpkg-53b4fba4440ca8ea3c1bc1a6f0fc3551f9c8221c.tar.gz
vcpkg-53b4fba4440ca8ea3c1bc1a6f0fc3551f9c8221c.zip
Merge pull request #4983 from cryptomilk/master-libssh
[libssh] Update libssh to version 0.9.3
Diffstat (limited to 'ports/libssh/usage')
-rw-r--r--ports/libssh/usage3
1 files changed, 1 insertions, 2 deletions
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)