From 472880c2c99074b11637ab804011933d3022c575 Mon Sep 17 00:00:00 2001 From: Saturneric Date: Thu, 5 May 2022 22:26:42 +0800 Subject: fix: add openssl dependency for windows ci --- src/core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 7f4d5066..0758e8f0 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -62,7 +62,7 @@ endif () # link libarchive if (MINGW) find_library(LIBARCHIVE_LIB libarchive.a) - target_link_libraries(gpgfrontend_core ${LIBARCHIVE_LIB} b2 expat lz4 zstd bcrypt lzma bz2 z) + target_link_libraries(gpgfrontend_core ${LIBARCHIVE_LIB} ssl crypto b2 expat lz4 zstd bcrypt lzma bz2 z) else () target_link_libraries(gpgfrontend_core archive) endif () -- cgit v1.2.3