fix comment

release/4.3a0
Duy-Nguyen Ta 2017-03-26 00:13:27 -04:00
parent 61a3475372
commit dda8e31934
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()