From 153424dccaa13111643914d2b0cb124e05fa69bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 2 Sep 2009 13:08:32 +0000 Subject: [PATCH] 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 --- cmake/OpenMeshpackage.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/OpenMeshpackage.cmake b/cmake/OpenMeshpackage.cmake index f8609d9b..f69d6fc9 100644 --- a/cmake/OpenMeshpackage.cmake +++ b/cmake/OpenMeshpackage.cmake @@ -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)