Fix link error against crypto32; update screenshots for configure on Mac.

This commit is contained in:
Adam Gu
2019-04-23 21:16:36 +08:00
parent 2fe4024511
commit ddd521b684
6 changed files with 15 additions and 3 deletions
+5 -1
View File
@@ -10,7 +10,11 @@ set(AT_TARGET_NAME webcc_autotest)
set(AT_LIBS webcc ${Boost_LIBRARIES} "${CMAKE_THREAD_LIBS_INIT}")
if(WEBCC_ENABLE_SSL)
set(AT_LIBS ${AT_LIBS} ${OPENSSL_LIBRARIES} crypt32)
set(AT_LIBS ${AT_LIBS} ${OPENSSL_LIBRARIES})
if(WIN32)
set(AT_LIBS ${AT_LIBS} crypt32)
endif()
endif()
if(WEBCC_ENABLE_GZIP)