Skip to content

Commit

Permalink
avoid building python module
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Feb 19, 2024
1 parent 8715996 commit ed2e802
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ set(target gemmi_prog)
# and use this options when building:
set(GEMMI_VERSION_INFO "from wheel")

# avoid building python module
unset(Python_EXECUTABLE CACHE)

include(FetchContent)
FetchContent_Declare(
gemmi
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ cmake.build-type = "Release"
[tool.scikit-build.cmake.define]
BUILD_SHARED_LIBS = "OFF"
FETCH_ZLIB_NG = "ON"
INSTALL_DEV_FILES = "OFF"

[tool.cibuildwheel]
build-verbosity = 1
Expand Down

0 comments on commit ed2e802

Please sign in to comment.