Skip to content
Snippets Groups Projects
Commit 0a7d359c authored by TESLA01\soerenpeters's avatar TESLA01\soerenpeters
Browse files

With msvc irgnore all metis warnings.

parent 711400a5
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,10 @@ if(UNIX)
target_link_libraries(metis m)
endif()
if(MSVC)
target_compile_options(metis PRIVATE "/w")
endif()
if(METIS_INSTALL)
install(TARGETS metis
LIBRARY DESTINATION lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment