Skip to content
Snippets Groups Projects
Commit e6ba3df2 authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Added protection for not found OPENSSL_LIBRARIES

parent 919a9a8c
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,8 @@ endif() ...@@ -39,6 +39,8 @@ endif()
if(ssl) if(ssl)
include_directories(${OPENSSL_INCLUDE_DIR}) include_directories(${OPENSSL_INCLUDE_DIR})
else()
set(OPENSSL_LIBRARIES)
endif() endif()
if(NOT FASTCGI_INCLUDE_DIR OR NOT FASTCGI_LIBRARY) if(NOT FASTCGI_INCLUDE_DIR OR NOT FASTCGI_LIBRARY)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment