Update the drogon_ctl
This commit is contained in:
parent
e8fcc49c37
commit
87153fbf3e
|
@ -44,6 +44,7 @@ link_libraries(${UUID_LIBRARIES})
|
||||||
#OpenSSL
|
#OpenSSL
|
||||||
find_package (OpenSSL)
|
find_package (OpenSSL)
|
||||||
if(OpenSSL_FOUND)
|
if(OpenSSL_FOUND)
|
||||||
|
include_directories(${OPENSSL_INCLUDE_DIR})
|
||||||
link_libraries(${OPENSSL_LIBRARIES})
|
link_libraries(${OPENSSL_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue