Don't warn about missing MSVC redistributable files when building

using Express editions
This commit is contained in:
Nyall Dawson 2015-06-19 12:49:20 +10:00
parent c391fcd81c
commit a0c04d1edb

View File

@ -816,6 +816,10 @@ ADD_CUSTOM_TARGET(uninstall
#############################################################
# Enable packaging
# Do not warn about runtime libs when building using VS Express
IF(NOT DEFINED CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS)
SET(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS ON)
ENDIF()
INCLUDE(InstallRequiredSystemLibraries)
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "QGIS")