build: InstallRequiredSystemLibraries isn't needed.

This commit is contained in:
Andreas Schneider
2010-07-16 08:58:32 +02:00
parent aa8381999a
commit 284466632e

View File

@@ -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