Fix OpenSSL 1.1 compatibility

This commit is contained in:
2017-01-25 18:06:42 +01:00
parent 72a7cbdb1f
commit 66f1a6afa3
2 changed files with 7 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ set (CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
find_package (Curses)
find_package (PkgConfig REQUIRED)
pkg_check_modules (dependencies REQUIRED libcurl jansson)
# Note that cURL can link to a different version of libssl than we do,
# in which case the results are undefined
pkg_check_modules (libssl REQUIRED libssl libcrypto)
find_package (LibEV REQUIRED)
pkg_check_modules (ncursesw ncursesw)