diff options
Diffstat (limited to 'cmake/modules/FindSSH.cmake')
| -rw-r--r-- | cmake/modules/FindSSH.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindSSH.cmake b/cmake/modules/FindSSH.cmake index ee65210..bf3837e 100644 --- a/cmake/modules/FindSSH.cmake +++ b/cmake/modules/FindSSH.cmake | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | # SSH::SSH - The SSH library | 15 | # SSH::SSH - The SSH library |
| 16 | 16 | ||
| 17 | if(PKG_CONFIG_FOUND) | 17 | if(PKG_CONFIG_FOUND) |
| 18 | pkg_check_modules(PC_SSH libssh QUIET) | 18 | pkg_check_modules(PC_SSH libssh>=0.6 QUIET) |
| 19 | endif() | 19 | endif() |
| 20 | 20 | ||
| 21 | find_path(SSH_INCLUDE_DIR NAMES libssh/libssh.h | 21 | find_path(SSH_INCLUDE_DIR NAMES libssh/libssh.h |
