Skip to content

Commit 69c8021

Browse files
committed
Update
1 parent a93f13f commit 69c8021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindHipoDeps.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ message("Found Metis header at ${METIS_PATH}")
3232
find_library(METIS_LIB
3333
NAMES metis libmetis
3434
REQUIRED
35-
HINTS "${METIS_ROOT}/lib")
35+
HINTS "${METIS_ROOT}/lib" "${METIS_ROOT}/bin")
3636

3737
message("Found Metis library at ${METIS_LIB}")

0 commit comments

Comments
 (0)