Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 20, 2024
1 parent ef50a67 commit feeb1b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ add_custom_command(
DEPENDS mddatasetbuilder/dps.pyx
VERBATIM)

python_add_library(dps MODULE ${CMAKE_CURRENT_BINARY_DIR}/dps.cpp
${CMAKE_CURRENT_SOURCE_DIR}/mddatasetbuilder/c_stack.cpp WITH_SOABI)
python_add_library(
dps MODULE ${CMAKE_CURRENT_BINARY_DIR}/dps.cpp
${CMAKE_CURRENT_SOURCE_DIR}/mddatasetbuilder/c_stack.cpp WITH_SOABI)
target_compile_definitions(dps PRIVATE CYTHON_LIMITED_API=1
Py_LIMITED_API=0x03070000)
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
Expand Down

0 comments on commit feeb1b4

Please sign in to comment.