Skip to content

Commit

Permalink
Turn Off Python
Browse files Browse the repository at this point in the history
  • Loading branch information
T3C42 committed Dec 9, 2024
1 parent c3a731e commit 6af3457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ option(KAHYPAR_ENABLE_STEINER_TREE_METRIC
"Enables the Steiner tree metric. Can be turned off for faster compilation." OFF)

option(KAHYPAR_PYTHON
"Build the Python interface. Can be turned off in case Python is not available." ON)
"Build the Python interface. Can be turned off in case Python is not available." OFF)

option(MT_KAHYPAR_DISABLE_BOOST
"Whether to exclude components requiring Boost::program_options. Will result in no binary target and the C and Python interface not being able to load configuration files." OFF)
Expand Down

0 comments on commit 6af3457

Please sign in to comment.