|
@@ -40,6 +40,7 @@ endif()
|
|
|
|
|
|
# We need to link OpenSSL if not dynamically loading
|
|
# We need to link OpenSSL if not dynamically loading
|
|
if (CIVETWEB_ENABLE_SSL)
|
|
if (CIVETWEB_ENABLE_SSL)
|
|
|
|
+ include_directories(${OPENSSL_INCLUDE_DIR})
|
|
if (CIVETWEB_ENABLE_SSL_DYNAMIC_LOADING)
|
|
if (CIVETWEB_ENABLE_SSL_DYNAMIC_LOADING)
|
|
find_package(LibDl)
|
|
find_package(LibDl)
|
|
if (LIBDL_FOUND)
|
|
if (LIBDL_FOUND)
|