aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-05-05 14:26:42 +0000
committerSaturneric <[email protected]>2022-05-05 14:26:42 +0000
commit472880c2c99074b11637ab804011933d3022c575 (patch)
tree4cafc461fe49faea84b8a834cd37b9a9c149ef0b
parentfix: remove git from macos ci dependency (diff)
downloadGpgFrontend-dev/2.0.5.tar.gz
GpgFrontend-dev/2.0.5.zip
fix: add openssl dependency for windows cidev/2.0.5
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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 ()