We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5a11a commit a93f13fCopy full SHA for a93f13f
cmake/FindHipoDeps.cmake
@@ -30,7 +30,7 @@ find_path(METIS_PATH
30
message("Found Metis header at ${METIS_PATH}")
31
32
find_library(METIS_LIB
33
- NAMES metis
+ NAMES metis libmetis
34
REQUIRED
35
HINTS "${METIS_ROOT}/lib")
36
0 commit comments