DO not include microsoft system libs in openmesh installer

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@201 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-09-02 13:08:32 +00:00
parent 2f985fc08b
commit 153424dcca

View File

@@ -122,7 +122,7 @@ endif ()
# has to be last
if (WIN32)
set (CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP "true")
include (InstallRequiredSystemLibraries)
# include (InstallRequiredSystemLibraries)
install (PROGRAMS ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS} DESTINATION ${ACG_PROJECT_BINDIR})
else ()
include (InstallRequiredSystemLibraries)