aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/wix
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2018-03-03 17:55:36 +0000
committerAnders Broman <a.broman58@gmail.com>2018-03-04 08:58:07 +0000
commit5b079291c41ae4f8abe7a33fa7b886ae0a314a30 (patch)
treefd465bec3856addb5730c6f994614e2117cb5b8c /packaging/wix
parentc37eeafe8100624fb0c315ac607db32f7ad2c941 (diff)
Windows: Remove support for MSVC older than VS2015
Cleanup the support for older versions of Visual Studio Change-Id: Ieb97d56e9bff6a5902433e8d99b27276bc7034f7 Reviewed-on: https://code.wireshark.org/review/26247 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'packaging/wix')
-rw-r--r--packaging/wix/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/wix/CMakeLists.txt b/packaging/wix/CMakeLists.txt
index 0de2c6c2be..ec07991dc7 100644
--- a/packaging/wix/CMakeLists.txt
+++ b/packaging/wix/CMakeLists.txt
@@ -106,8 +106,6 @@ if(MSVC_VERSION GREATER_EQUAL 1910)
set (MSVC_CRT_VERSION "VC141")
elseif(MSVC_VERSION GREATER_EQUAL 1900)
set (MSVC_CRT_VERSION "VC140")
-elseif(MSVC_VERSION GREATER_EQUAL 1800)
- set (MSVC_CRT_VERSION "VC120")
endif()
set(MERGE_MODULE "Microsoft_${MSVC_CRT_VERSION}_CRT_${TARGET_MACHINE}.msm")