Don't actually build miniz if we have zlib
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 19 Mar 2014 20:08:08 +0000 (21:08 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 19 Mar 2014 20:08:08 +0000 (21:08 +0100)
commit93aa90cdc8ee608f4b65a32702eabb8a5590c273
tree11d3a38c5ea89c6aae5b691ebdc02a041879fbda
parent5b43f2776fa53bfe15a5b3b4398dfe3e931d5802
Don't actually build miniz if we have zlib

We don't use miniz if we have zlib; but it was still being built, because
we never actually set HAVE_ZLIB as a build system variable.

Use ZLIB_FOUND instead.
src/common/CMakeLists.txt