mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Don't warn about missing MSVC redistributable files when building
using Express editions
This commit is contained in:
parent
c391fcd81c
commit
a0c04d1edb
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user