Wireshark-commits: [Wireshark-commits] master-3.0 ad2eeef: CMake: Don't build Windows package targe
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ad2eeefff7e2d756c7062f01307570ec9ed783c0
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark
Commits:
ad2eeef 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>
(cherry picked from commit a0c93f426b0bb3510af3e4657d95bd64e46ed5f8)
Reviewed-on: https://code.wireshark.org/review/32264
Actions performed:
from 694ad2e 3.0.0 → 3.0.1
add ad2eeef 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(-)