Skip to content

Commit

Permalink
fixed cython commandé
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbed committed Oct 27, 2023
1 parent 142767a commit 7f607aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ file (REMOVE ${CMAKE_CURRENT_SOURCE_DIR}/src/@(pytroller_name)_logic.h)

add_custom_command(
OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/src/@(pytroller_name)_logic.cpp ${CMAKE_CURRENT_SOURCE_DIR}/src/@(pytroller_name)_logic.h
COMMAND cython -3 -+ ${CMAKE_CURRENT_SOURCE_DIR}/src/@(pytroller_name)_logic.pyx
COMMAND cython3 -3 -+ ${CMAKE_CURRENT_SOURCE_DIR}/src/@(pytroller_name)_logic.pyx
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/src
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/src/@(pytroller_name)_logic.pyx
Expand Down

0 comments on commit 7f607aa

Please sign in to comment.