Add include for InstallRequiredSystemLibraries.

Refs #4865
This commit is contained in:
Gunnar Beutner 2014-04-19 01:54:56 +02:00
parent ac54724e30
commit c1ebf2933a
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ if(MSVC)
set(CPACK_NSIS_EXECUTABLES_DIRECTORY "sbin")
set(CPACK_PACKAGE_EXECUTABLES "Icinga2SetupAgent;Icinga 2 Agent Wizard")
set(CPACK_NSIS_MUI_FINISHPAGE_RUN "Icinga2SetupAgent")
include(InstallRequiredSystemLibraries)
endif()
include(CPack)