Skip to content

Commit

Permalink
Update lib/Support/partitioners/CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Bettina Heim <[email protected]>
  • Loading branch information
amccaskey and bettinaheim authored Aug 4, 2023
1 parent cffe436 commit add1258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Support/partitioners/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

find_package(METIS)
if (METIS_FOUND)
message(STATUS "Metis found, building QuakeCircuitCutPass.")
message(STATUS "Metis found, building MetisGraphPartitioner for QuakeCircuitCutPass.")
add_subdirectory(metis)
endif()

0 comments on commit add1258

Please sign in to comment.