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:
@@ -122,7 +122,7 @@ endif ()
|
|||||||
# has to be last
|
# has to be last
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
set (CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP "true")
|
set (CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP "true")
|
||||||
include (InstallRequiredSystemLibraries)
|
# include (InstallRequiredSystemLibraries)
|
||||||
install (PROGRAMS ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS} DESTINATION ${ACG_PROJECT_BINDIR})
|
install (PROGRAMS ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS} DESTINATION ${ACG_PROJECT_BINDIR})
|
||||||
else ()
|
else ()
|
||||||
include (InstallRequiredSystemLibraries)
|
include (InstallRequiredSystemLibraries)
|
||||||
|
|||||||
Reference in New Issue
Block a user