From 25bca520f54cce06bdabc8af278a76882a3c2d79 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Sat, 3 Feb 2018 14:37:22 +0100 Subject: [PATCH] [MBEDTLS] Don't link with zlib, we don't use it. CORE-14290 --- dll/3rdparty/mbedtls/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/dll/3rdparty/mbedtls/CMakeLists.txt b/dll/3rdparty/mbedtls/CMakeLists.txt index c5af423712a..0fbb59bbf4f 100644 --- a/dll/3rdparty/mbedtls/CMakeLists.txt +++ b/dll/3rdparty/mbedtls/CMakeLists.txt @@ -84,7 +84,6 @@ add_library(mbedtls SHARED ${CMAKE_CURRENT_BINARY_DIR}/mbedtls.def) set_module_type(mbedtls win32dll) -target_link_libraries(mbedtls zlib) add_importlibs(mbedtls advapi32 msvcrt kernel32 ntdll) # to use `_vsnprintf_s` looks like we have to define MINGW_HAS_SECURE_API