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 a93f13f commit 69c8021Copy full SHA for 69c8021
cmake/FindHipoDeps.cmake
@@ -32,6 +32,6 @@ message("Found Metis header at ${METIS_PATH}")
32
find_library(METIS_LIB
33
NAMES metis libmetis
34
REQUIRED
35
- HINTS "${METIS_ROOT}/lib")
+ HINTS "${METIS_ROOT}/lib" "${METIS_ROOT}/bin")
36
37
message("Found Metis library at ${METIS_LIB}")
0 commit comments