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
548 B

  1. --- a/CMakeLists.txt 2020-05-08 13:29:30.903800624 +0300
  2. +++ b/CMakeLists.txt 2020-05-08 13:29:50.943582218 +0300
  3. @@ -153,7 +153,7 @@
  4. set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DNC_ENABLED_SSH")
  5. message(STATUS "LibSSH version ${LibSSH_VERSION} found")
  6. - if(LibSSH_VERSION VERSION_EQUAL 0.9.3 OR LibSSH_VERSION VERSION_EQUAL 0.9.4)
  7. + if(LibSSH_VERSION VERSION_EQUAL 0.9.x)
  8. message(FATAL_ERROR "LibSSH ${LibSSH_VERSION} includes regression bugs and libnetconf2 will NOT work properly, try to use another version")
  9. endif()