fix comment
parent
61a3475372
commit
dda8e31934
|
@ -131,7 +131,7 @@ if (GTSAM_INSTALL_CYTHON_TOOLBOX)
|
||||||
"${GTSAM_CYTHON_INSTALL_PATH}/gtsam" # install path
|
"${GTSAM_CYTHON_INSTALL_PATH}/gtsam" # install path
|
||||||
)
|
)
|
||||||
add_dependencies(gtsam_unstable_cython_wrapper gtsam_cython_wrapper)
|
add_dependencies(gtsam_unstable_cython_wrapper gtsam_cython_wrapper)
|
||||||
# making the cython/gtsam folder a python package, so gtsam can be found while wrapping gtsam_unstable
|
# making the build/cython/gtsam folder a python package, so gtsam can be found while wrapping gtsam_unstable
|
||||||
add_custom_target(copy_gtsam_init COMMAND ${CMAKE_COMMAND} -E copy "${CMAKE_SOURCE_DIR}/cython/gtsam/__init__.py" "${CMAKE_BINARY_DIR}/cython/gtsam")
|
add_custom_target(copy_gtsam_init COMMAND ${CMAKE_COMMAND} -E copy "${CMAKE_SOURCE_DIR}/cython/gtsam/__init__.py" "${CMAKE_BINARY_DIR}/cython/gtsam")
|
||||||
add_dependencies(gtsam_unstable_cython_wrapper copy_gtsam_init)
|
add_dependencies(gtsam_unstable_cython_wrapper copy_gtsam_init)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
Loading…
Reference in New Issue