Skip to content

Commit

Permalink
Don't warn about missing MSVC redistributable files when building
Browse files Browse the repository at this point in the history
using Express editions
  • Loading branch information
nyalldawson committed Jun 19, 2015
1 parent c391fcd commit a0c04d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Expand Up @@ -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")
Expand Down

0 comments on commit a0c04d1

Please sign in to comment.