Merge pull request #8846 from nyanpasu64/fix-cmake-zlib

Fix Windows CMake builds with shared zlib
This commit is contained in:
Léo Lam 2020-10-22 01:11:27 +02:00 committed by GitHub
commit 08f9ed043b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ add_library(updatercommon
target_link_libraries(updatercommon PRIVATE
uicommon
mbedtls
z
ZLIB::ZLIB
ed25519
cpp-optparse
)