diff options
Diffstat (limited to 'ports/libssh/usage')
| -rw-r--r-- | ports/libssh/usage | 3 |
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)
|
