You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
442 B

  1. --- a/CMakeLists.txt
  2. +++ b/CMakeLists.txt
  3. @@ -235,7 +235,7 @@ endif()
  4. # dependencies - libssh
  5. if(ENABLE_SSH)
  6. find_package(LibSSH 0.7.1 REQUIRED)
  7. - if(LIBSSH_VERSION VERSION_EQUAL 0.9.3 OR LIBSSH_VERSION VERSION_EQUAL 0.9.4)
  8. + if(LIBSSH_VERSION VERSION_EQUAL 0.9.x)
  9. message(FATAL_ERROR "LibSSH ${LIBSSH_VERSION} includes regression bugs and libnetconf2 will NOT work properly, try to use another version")
  10. endif()