Skip to content

Commit

Permalink
turn up cmake logging
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 15, 2024
1 parent 4341f80 commit ef526d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ sdist.include = [
"src",
"CMakeLists.txt"
]
cmake.verbose = false
logging.level = "ERROR"
cmake.verbose = true
logging.level = "INFO"

#[tool.scikit-build.cmake.define]
#WITH_TESTS = "ON"

0 comments on commit ef526d8

Please sign in to comment.