Wireshark-commits: [Wireshark-commits] master-3.0 ec3c528: Don't fail in CMake on Windows if you've
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ec3c5285cfa973ac9e4e10f59d920f86eeda8888
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark
Commits:
ec3c528 by Guy Harris (guy@xxxxxxxxxxxx):
Don't fail in CMake on Windows if you've disabled building Wireshark.
It's possible to do a *build* on Windows without the Wireshark app being
built; however, the *installers* can't currently be built.
If we have NSIS or WiX, and Wireshark isn't being built, report a
warning, and don't have targets for building the installers.
Change-Id: I2cc9c1f6ba375dbcb6d5b7520d2fa33ad97ba9fe
Reviewed-on: https://code.wireshark.org/review/32061
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 29ac5a9e61edcde7d7f517be3b9734bf29ad8dc9)
Reviewed-on: https://code.wireshark.org/review/32063
Actions performed:
from 16abb3b Re-implement "Map" feature for Endpoints
add ec3c528 Don't fail in CMake on Windows if you've disabled building Wireshark.
Summary of changes:
packaging/nsis/CMakeLists.txt | 100 ++++++++++++++++++---------------
packaging/wix/CMakeLists.txt | 126 ++++++++++++++++++++++--------------------
2 files changed, 120 insertions(+), 106 deletions(-)