Skip to content

Commit

Permalink
Turns search for KaHiP on by default. (FEniCS#3337)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale authored and schnellerhase committed Aug 21, 2024
1 parent 8cb4ad2 commit 96d11d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ else()
CACHE BOOL "Is KaHIP REQUIRED?"
)
endif()
option(DOLFINX_ENABLE_KAHIP "Compile with support for KaHIP." OFF)
option(DOLFINX_ENABLE_KAHIP "Compile with support for KaHIP." ON)
set_package_properties(
KaHIP PROPERTIES
TYPE OPTIONAL
Expand Down

0 comments on commit 96d11d6

Please sign in to comment.