Forgot to remove print statement

release/4.3a0
Jeremy Aguilon 2019-03-05 18:08:22 -05:00
parent 409806efc6
commit f3baa4d5b0
1 changed files with 0 additions and 2 deletions

View File

@ -37,8 +37,6 @@ if (GTSAM_INSTALL_CYTHON_TOOLBOX)
install_cython_files("${PROJECT_BINARY_DIR}/cython/gtsam/__init__.py" "${GTSAM_CYTHON_INSTALL_PATH}/gtsam")
# install scripts and tests
message("FOO")
message ("${GTSAM_CYTHON_INSTALL_PATH}")
install_cython_scripts("${PROJECT_SOURCE_DIR}/cython/gtsam" "${GTSAM_CYTHON_INSTALL_PATH}" "*.py")
endif ()