Skip to content
Snippets Groups Projects
Commit cc5d8164 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

tentative fix for #286

parent e9add275
No related branches found
No related tags found
No related merge requests found
......@@ -738,7 +738,8 @@ if(HAVE_MESH OR HAVE_SOLVER)
# Gmsh currently uses Metis 4 - we should switch to Metis 5 and use the
# system lib if available
add_subdirectory(contrib/Metis)
include_directories(contrib/Metis)
# make sure to include path before any (system) Metis 5 directories
include_directories(BEFORE contrib/Metis)
set_config_option(HAVE_METIS "Metis")
message(STATUS "Note: By including Metis you have to comply with Metis' "
"special licensing requirements stated in contrib/Metis/README.txt.")
......
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