Wireshark-commits: [Wireshark-commits] master 29ac5a9: Don't fail in CMake on Windows if you've dis
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 16 Feb 2019 22:18:55 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=29ac5a9e61edcde7d7f517be3b9734bf29ad8dc9
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

29ac5a9 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>
    

Actions performed:

    from  ba1ef0e   Re-implement "Map" feature for Endpoints
     add  29ac5a9   Don't fail in CMake on Windows if you've disabled building Wireshark.


Summary of changes:
 packaging/nsis/CMakeLists.txt | 102 +++++++++++++++++----------------
 packaging/wix/CMakeLists.txt  | 128 ++++++++++++++++++++++--------------------
 2 files changed, 122 insertions(+), 108 deletions(-)