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

This commit is contained in:
Fabio Bas 2014-10-10 17:22:29 +02:00
parent ef7fc01f08
commit dfb8be79cf

View file

@ -323,6 +323,6 @@ Data = Resources\")
" COMPONENT Runtime)
if(WIN32SSLRUNTIME_FOUND)
install(FILES ${WIN32SSLRUNTIME_LIBRARIES} DESTINATION "${CMAKE_INSTALL_PREFIX}")
install(FILES ${WIN32SSLRUNTIME_LIBRARIES} DESTINATION ./)
endif()
endif()