fix installation path

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

View File

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