]> granicus.if.org Git - icinga2/commitdiff
Add include for InstallRequiredSystemLibraries.
authorGunnar Beutner <gunnar@beutner.name>
Fri, 18 Apr 2014 23:54:56 +0000 (01:54 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Fri, 18 Apr 2014 23:54:56 +0000 (01:54 +0200)
Refs #4865

CMakeLists.txt

index 3c86d4dfb729a8509f776ecf513ff7bb2e7b4911..4470a82897f2bdb861d0a9a56d68781b3f7b585c 100644 (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)