aboutsummaryrefslogtreecommitdiff
path: root/ports/libssh/usage
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libssh/usage')
-rw-r--r--ports/libssh/usage2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libssh/usage b/ports/libssh/usage
index 3681ac112..acb7e822c 100644
--- a/ports/libssh/usage
+++ b/ports/libssh/usage
@@ -2,4 +2,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_DIRS})
+ target_include_directories(main PRIVATE ${LIBSSH_INCLUDE_DIR})