From c1ebf2933ab9e1edafbbba5a7be43c3cbaf7d7de Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sat, 19 Apr 2014 01:54:56 +0200 Subject: [PATCH] Add include for InstallRequiredSystemLibraries. Refs #4865 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c86d4dfb..4470a8289 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) -- 2.40.0