Skip to content

Commit 2b32f31

Browse files
committed
force cmake step to fail incase no parmetis is found
1 parent 8540abe commit 2b32f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ if(METIS_FOUND)
376376
set(GINKGO_HAVE_METIS 1)
377377
endif()
378378
set(GINKGO_HAVE_PARMETIS 0)
379-
find_package(ParMETIS)
379+
find_package(ParMETIS REQUIRED)
380380
if(ParMETIS_FOUND)
381381
set(GINKGO_HAVE_PARMETIS 1)
382382
endif()

0 commit comments

Comments
 (0)