Commit dfb8be79 authored by Fabio Bas's avatar Fabio Bas
Browse files

Fix installation of libeay32.dll, ssleay32.dll while compiling the PACKAGE target

parent ef7fc01f
...@@ -323,6 +323,6 @@ Data = Resources\") ...@@ -323,6 +323,6 @@ Data = Resources\")
" COMPONENT Runtime) " COMPONENT Runtime)
if(WIN32SSLRUNTIME_FOUND) if(WIN32SSLRUNTIME_FOUND)
install(FILES ${WIN32SSLRUNTIME_LIBRARIES} DESTINATION "${CMAKE_INSTALL_PREFIX}") install(FILES ${WIN32SSLRUNTIME_LIBRARIES} DESTINATION ./)
endif() endif()
endif() endif()
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment