URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=81d8b7dcdcf67ef530deea0002a638aa57724c51
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
81d8b7d by Gerald Combs (gerald@xxxxxxxxxxxxx):
CMake: Don't clobber ZLIB_*.
On Windows we set a few (but not all) ZLIB_* variables, then depend on
FindZLIB to fill in the rest. Make sure FindZLIB doesn't unset everything
the first time we run CMake.
Bug: 11569
Change-Id: I199c83570c29343466b9ff63080b6a964dfd8d73
Reviewed-on: https://code.wireshark.org/review/10843
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from a37ac98 SCTP: fix dissection of DATA chunks
adds 81d8b7d CMake: Don't clobber ZLIB_*.
Summary of changes:
cmake/modules/FindZLIB.cmake | 79 ++++++++++++++++++++++--------------------
1 file changed, 41 insertions(+), 38 deletions(-)