From: Gunnar Beutner Date: Tue, 19 May 2015 08:14:46 +0000 (+0200) Subject: Remove NSClient++ from the installer (for now; will be moved to the setup wizard) X-Git-Tag: v2.4.0~646 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0548754a9b29f4f09b8af1437e13a18a24111639;p=icinga2 Remove NSClient++ from the installer (for now; will be moved to the setup wizard) refs #9238 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ca7b539e0..0426573c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -281,9 +281,6 @@ set(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP TRUE) include(InstallRequiredSystemLibraries) if(WIN32) - file(DOWNLOAD http://files.nsclient.org/released/NSCP-0.4.3.143-Win32.msi ${CMAKE_CURRENT_BINARY_DIR}/NSCP-0.4.3.143-Win32.msi) - install(FILES ${CMAKE_CURRENT_BINARY_DIR}/NSCP-0.4.3.143-Win32.msi DESTINATION ${CMAKE_INSTALL_SBINDIR}) - install( PROGRAMS ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS} ${OPENSSL_INCLUDE_DIR}/../bin/libeay32.dll ${OPENSSL_INCLUDE_DIR}/../bin/ssleay32.dll