[BW]: [Ign] Changes needed to support statically built OpenSSL on windows.
This commit is contained in:
parent
6c9f758e9c
commit
468d6da711
1 changed files with 3 additions and 0 deletions
|
|
@ -219,6 +219,9 @@ target_link_libraries( fc PUBLIC easylzma_static ${Boost_LIBRARIES} ${OPENSSL_LI
|
|||
#target_link_libraries( test_sleep fc )
|
||||
|
||||
if(WIN32)
|
||||
# add addtional import library on windows platform
|
||||
target_link_libraries( fc PUBLIC crypt32.lib)
|
||||
|
||||
# now generate a list of the DLLs we're using to use during the install process
|
||||
include (ParseLibraryList)
|
||||
PARSE_LIBRARY_LIST(${Boost_LIBRARIES}
|
||||
|
|
|
|||
Loading…
Reference in a new issue