Wireshark-commits: [Wireshark-commits] master a0c93f4: CMake: Don't build Windows package targets b
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 28 Feb 2019 16:37:14 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a0c93f426b0bb3510af3e4657d95bd64e46ed5f8
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a0c93f4 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    CMake: Don't build Windows package targets by default.
    
    Explicitly exclude our various Windows package targets from the Visual
    Studio default build. This will hopefully keep the 32-bit Windows builder
    from trying to build the portableapps_runtime target when it shouldn't.
    
    Change-Id: Id8481e92abda9b1a4784b8c8e8b5a1b3f1b4647e
    Reviewed-on: https://code.wireshark.org/review/32256
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  41c566b   ISUP(ANSI) Backwards Call Indicators decoded incorrectly
     add  a0c93f4   CMake: Don't build Windows package targets by default.


Summary of changes:
 packaging/nsis/CMakeLists.txt         | 10 ++++++++--
 packaging/portableapps/CMakeLists.txt | 15 ++++++++++++---
 packaging/wix/CMakeLists.txt          | 10 ++++++++--
 3 files changed, 28 insertions(+), 7 deletions(-)