From 0548754a9b29f4f09b8af1437e13a18a24111639 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 19 May 2015 10:14:46 +0200 Subject: [PATCH] Remove NSClient++ from the installer (for now; will be moved to the setup wizard) refs #9238 --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) 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