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>
Mon, 5 May 2014 18:48:34 +0000 (20:48 +0200)
commit7b4d9367eaf3279a5823415cca5817390e6bead5
treec61c2c4f878ac5debc3067eb44e882646d8f0045
parent3cb1cbe5d10a4233fcade97a0e69f25c671a90bd
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