mirror of
https://github.com/curl/curl.git
synced 2026-07-23 18:57:18 +03:00
Added basic OpenSSL support in CMake scripts (Thanks to Bill Hoffman)
This commit is contained in:
parent
168fb3a8d8
commit
9a184e0bb1
3 changed files with 36 additions and 2 deletions
|
|
@ -110,6 +110,10 @@ IF(CURL_MALLOC_DEBUG)
|
|||
)
|
||||
ENDIF(CURL_MALLOC_DEBUG)
|
||||
|
||||
IF(CMAKE_USE_OPENSSL AND OPENSSL_FOUND)
|
||||
INCLUDE_DIRECTORIES(${OPENSSL_INCLUDE_DIR})
|
||||
ENDIF()
|
||||
|
||||
IF(CURL_ZLIB AND ZLIB_FOUND)
|
||||
INCLUDE_DIRECTORIES(${ZLIB_INCLUDE_DIR})
|
||||
ENDIF()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue