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.

16 lines
529 B

  1. diff --git a/CMakeLists.txt b/CMakeLists.txt
  2. index f21fec9..5b912af 100644
  3. --- a/CMakeLists.txt
  4. +++ b/CMakeLists.txt
  5. @@ -148,7 +148,7 @@ endif()
  6. # dependencies - libssh
  7. if(ENABLE_SSH)
  8. find_package(LibSSH 0.7.0 REQUIRED)
  9. - if(LIBSSH_VERSION VERSION_EQUAL 0.9.3 OR LIBSSH_VERSION VERSION_EQUAL 0.9.4)
  10. + if(LIBSSH_VERSION VERSION_EQUAL 0.9.x)
  11. message(FATAL_ERROR "LibSSH ${LIBSSH_VERSION} includes regression bugs and libnetconf2 will NOT work properly, try to use another version")
  12. endif()
  13. --
  14. 2.26.2