Changed data install path for toolbox
parent
872c678f02
commit
2f9ed9abf2
|
@ -77,7 +77,7 @@ if (GTSAM_INSTALL_MATLAB_TOOLBOX)
|
||||||
set(data_excludes "${CMAKE_SOURCE_DIR}/examples/Data/.svn")
|
set(data_excludes "${CMAKE_SOURCE_DIR}/examples/Data/.svn")
|
||||||
file(GLOB matlab_examples_data "${CMAKE_SOURCE_DIR}/examples/Data/*.*")
|
file(GLOB matlab_examples_data "${CMAKE_SOURCE_DIR}/examples/Data/*.*")
|
||||||
list(REMOVE_ITEM matlab_examples_data ${data_excludes})
|
list(REMOVE_ITEM matlab_examples_data ${data_excludes})
|
||||||
install(FILES ${matlab_examples_data} DESTINATION ${GTSAM_TOOLBOX_INSTALL_PATH}/gtsam/examples/Data)
|
install(FILES ${matlab_examples_data} DESTINATION ${GTSAM_TOOLBOX_INSTALL_PATH}/gtsam/Data)
|
||||||
endif (GTSAM_INSTALL_MATLAB_EXAMPLES)
|
endif (GTSAM_INSTALL_MATLAB_EXAMPLES)
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
|
|
Loading…
Reference in New Issue