summaryrefslogtreecommitdiff
path: root/cmake/zlib.cmake
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-04-21 09:38:54 -0700
committerSergei Golubchik <sergii@pisem.net>2013-04-21 09:38:54 -0700
commit88b89aaa82b54a8829c61fd9efd5db530732046c (patch)
tree832eba123051e6db8edbc68129f17793393a5b93 /cmake/zlib.cmake
parentb44f11c9941fd6e3c46a1e9d3d6dde25f836cb33 (diff)
downloadmariadb-git-88b89aaa82b54a8829c61fd9efd5db530732046c.tar.gz
fixes for buildbot.
increase the version.
Diffstat (limited to 'cmake/zlib.cmake')
-rw-r--r--cmake/zlib.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/zlib.cmake b/cmake/zlib.cmake
index 3ede3aba228..a8866d8d2c6 100644
--- a/cmake/zlib.cmake
+++ b/cmake/zlib.cmake
@@ -51,7 +51,6 @@ MACRO (MYSQL_CHECK_ZLIB_WITH_COMPRESS)
IF(WITH_ZLIB STREQUAL "bundled")
MYSQL_USE_BUNDLED_ZLIB()
ELSE()
- SET(ZLIB_FIND_QUIETLY TRUE)
INCLUDE(FindZLIB)
IF(ZLIB_FOUND)
INCLUDE(CheckFunctionExists)