Fix installation of libeay32.dll, ssleay32.dll while compiling the PACKAGE target
This commit is contained in:
parent
ef7fc01f08
commit
dfb8be79cf
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
Loading…
Reference in a new issue