Skip to content

Commit 6552555

Browse files
committed
Don't default to bundled zlib
This reverts part of c542717
1 parent 15eaeac commit 6552555

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmake/zlib.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ ENDMACRO()
3434

3535
MACRO (MYSQL_CHECK_ZLIB_WITH_COMPRESS)
3636

37-
# For NDBCLUSTER: Use bundled zlib by default
38-
IF (NOT WITH_ZLIB)
39-
SET(WITH_ZLIB "bundled" CACHE STRING "By default use bundled zlib on this platform")
40-
ENDIF()
41-
4237
IF(WITH_ZLIB STREQUAL "bundled")
4338
MYSQL_USE_BUNDLED_ZLIB()
4439
ELSE()

0 commit comments

Comments
 (0)