Skip to content

Commit

Permalink
fix the directory of c_stack.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Apr 20, 2024
1 parent 73824f8 commit ef50a67
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 @@ -17,7 +17,7 @@ add_custom_command(
VERBATIM)

python_add_library(dps MODULE ${CMAKE_CURRENT_BINARY_DIR}/dps.cpp
${CMAKE_CURRENT_BINARY_DIR}/c_stack.cpp WITH_SOABI)
${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 ef50a67

Please sign in to comment.