Skip to content

Commit

Permalink
ci: split conda and cibw cmake defines
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 17, 2024
1 parent 22fc0ba commit 14401e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ build-verbosity = 3
"cmake.define.ENABLE_OPENBLAS" = "ON"
"cmake.define.ENABLE_BOOST" = "OFF"
"cmake.define.ENABLE_CMDLINE" = "OFF"
"cmake.define.ENABLE_TEST" = "OFF"
"cmake.define.ENABLE_TESTS" = "OFF"

[tool.cibuildwheel.macos]
before-all = [
Expand Down

0 comments on commit 14401e2

Please sign in to comment.