mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 16:13:54 -07:00
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…
Add table
Add a link
Reference in a new issue