fix installation path
parent
123ae36c63
commit
61a3475372
|
|
@ -1,4 +1,4 @@
|
|||
# Install cython components
|
||||
include(GtsamCythonWrap)
|
||||
# install scripts and tests
|
||||
install_cython_scripts("${CMAKE_SOURCE_DIR}/cython/gtsam" "${GTSAM_CYTHON_INSTALL_PATH}/gtsam" "*.py")
|
||||
install_cython_scripts("${CMAKE_SOURCE_DIR}/cython/gtsam" "${GTSAM_CYTHON_INSTALL_PATH}" "*.py")
|
||||
|
|
|
|||
Loading…
Reference in New Issue