summaryrefslogtreecommitdiff
path: root/cmake/mariadb_connector_c.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/mariadb_connector_c.cmake')
-rw-r--r--cmake/mariadb_connector_c.cmake5
1 files changed, 1 insertions, 4 deletions
diff --git a/cmake/mariadb_connector_c.cmake b/cmake/mariadb_connector_c.cmake
index c36087cb862..368a6cc8da5 100644
--- a/cmake/mariadb_connector_c.cmake
+++ b/cmake/mariadb_connector_c.cmake
@@ -6,10 +6,7 @@ ENDIF()
SET(CONC_WITH_SIGNCODE ${SIGNCODE})
SET(SIGN_OPTIONS ${SIGNTOOL_PARAMETERS})
-
-IF(NOT TARGET zlib)
- SET(CONC_WITH_EXTERNAL_ZLIB ON)
-ENDIF()
+SET(CONC_WITH_EXTERNAL_ZLIB ON)
IF(SSL_DEFINES MATCHES "YASSL")
IF(WIN32)