diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-04-21 09:38:54 -0700 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-04-21 09:38:54 -0700 |
commit | 88b89aaa82b54a8829c61fd9efd5db530732046c (patch) | |
tree | 832eba123051e6db8edbc68129f17793393a5b93 /cmake | |
parent | b44f11c9941fd6e3c46a1e9d3d6dde25f836cb33 (diff) | |
download | mariadb-git-88b89aaa82b54a8829c61fd9efd5db530732046c.tar.gz |
fixes for buildbot.
increase the version.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/zlib.cmake | 1 |
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) |