summaryrefslogtreecommitdiff
path: root/win/packaging/create_msi.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'win/packaging/create_msi.cmake')
-rw-r--r--win/packaging/create_msi.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/win/packaging/create_msi.cmake b/win/packaging/create_msi.cmake
index ad935803a1e..7cb932390b5 100644
--- a/win/packaging/create_msi.cmake
+++ b/win/packaging/create_msi.cmake
@@ -59,12 +59,6 @@ IF(CMAKE_INSTALL_CONFIG_NAME)
SET(CONFIG_PARAM "-DCMAKE_INSTALL_CONFIG_NAME=${CMAKE_INSTALL_CONFIG_NAME}")
ENDIF()
-IF((MSVC_CRT_TYPE MATCHES "/MD") AND (NOT VCRedist_MSM))
- # Something was wrong, we package VC runtime merge modules
- # when compiled with dynamic C runtime.
- MESSAGE(FATAL_ERROR "Redistributable merge module was not found")
-ENDIF()
-
SET(COMPONENTS_ALL "${CPACK_COMPONENTS_ALL}")
FOREACH(comp ${COMPONENTS_ALL})
SET(ENV{DESTDIR} testinstall/${comp})