From 468d6da711e04ccf6e5dc517bd038dadd7532ad8 Mon Sep 17 00:00:00 2001 From: vogel76 Date: Fri, 11 Apr 2014 13:32:34 +0200 Subject: [PATCH] [BW]: [Ign] Changes needed to support statically built OpenSSL on windows. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 209d339..87ceef0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}