Skip to content

Commit

Permalink
Zoltan: Remove listing of undefined TPL PaToH
Browse files Browse the repository at this point in the history
With updated TriBITS, undefined TPLs now lead to a configure error.
  • Loading branch information
bartlettroscoe committed Dec 21, 2022
1 parent e3ae529 commit 3ea1a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zoltan/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ SET(LIB_OPTIONAL_DEP_PACKAGES)
SET(TEST_REQUIRED_DEP_PACKAGES)
SET(TEST_OPTIONAL_DEP_PACKAGES)
SET(LIB_REQUIRED_DEP_TPLS)
SET(LIB_OPTIONAL_DEP_TPLS MPI METIS ParMETIS PaToH Scotch Zlib CCOLAMD OVIS)
SET(LIB_OPTIONAL_DEP_TPLS MPI METIS ParMETIS Scotch Zlib CCOLAMD OVIS)
SET(TEST_REQUIRED_DEP_TPLS)
SET(TEST_OPTIONAL_DEP_TPLS)

0 comments on commit 3ea1a57

Please sign in to comment.