Skip to content

Commit 1dd0396

Browse files
authored
Turns search for KaHiP on by default. (#3337)
1 parent f8df021 commit 1dd0396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ else()
224224
CACHE BOOL "Is KaHIP REQUIRED?"
225225
)
226226
endif()
227-
option(DOLFINX_ENABLE_KAHIP "Compile with support for KaHIP." OFF)
227+
option(DOLFINX_ENABLE_KAHIP "Compile with support for KaHIP." ON)
228228
set_package_properties(
229229
KaHIP PROPERTIES
230230
TYPE OPTIONAL

0 commit comments

Comments
 (0)