File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ function(tesseract_python_module PY_MOD_NAME )
1717 set (SWIG_OUTFILE_DIR ${CMAKE_CURRENT_BINARY_DIR} )
1818
1919 swig_add_module(${PY_MOD_NAME} python ${PY_MOD_SWIG_SRCS} )
20- swig_link_libraries(${PY_MOD_NAME} ${PY_MOD_LIBS} jsoncpp_lib
21- yaml-cpp ${TinyXML2_LIBRARIES} ${EIGEN3_LIBRARIES} ${PYTHON_LIBRARIES} )
20+ swig_link_libraries(${PY_MOD_NAME} ${PY_MOD_LIBS} jsoncpp_lib ${TinyXML2_LIBRARIES} ${EIGEN3_LIBRARIES} ${PYTHON_LIBRARIES} )
2221
2322 set (PY_MOD_REAL_NAME1 SWIG_MODULE_${PY_MOD_NAME} _REAL_NAME)
2423 set (PY_MOD_REAL_NAME ${${PY_MOD_REAL_NAME1} })
@@ -49,4 +48,4 @@ function(tesseract_python_module PY_MOD_NAME )
4948
5049 configure_file (${CMAKE_CURRENT_SOURCE_DIR} /cmake/__init__.py.in ${CMAKE_CURRENT_BINARY_DIR} /python/tesseract/${PY_MOD_PACKAGE} /__init__.py @ONLY)
5150
52- endfunction ()
51+ endfunction ()
Original file line number Diff line number Diff line change 2121 <depend >tesseract_command_language</depend >
2222 <depend >tesseract_time_parameterization</depend >
2323 <depend >tesseract_process_managers</depend >
24+ <depend >libjsoncpp-dev</depend >
2425
2526 <depend condition =" $ROS_PYTHON_VERSION == 2" >python</depend >
2627 <depend condition =" $ROS_PYTHON_VERSION == 2" >python-numpy</depend >
You can’t perform that action at this time.
0 commit comments