From 284466632e3b637608bd16a2709e794b5f3e22e7 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 16 Jul 2010 08:58:32 +0200 Subject: [PATCH] build: InstallRequiredSystemLibraries isn't needed. --- CPackConfig.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/CPackConfig.cmake b/CPackConfig.cmake index 72f86d78..038a886a 100644 --- a/CPackConfig.cmake +++ b/CPackConfig.cmake @@ -23,9 +23,6 @@ set(CPACK_SOURCE_IGNORE_FILES "~$;[.]swp$;/[.]svn/;/[.]git/;.gitignore;/build/;t set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}") if (WIN32) - set (CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS TRUE) - include(InstallRequiredSystemLibraries) - set(CPACK_GENERATOR "ZIP") ### nsis generator