File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tesseract_python/tesseract_python 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 )
17
17
set (SWIG_OUTFILE_DIR ${CMAKE_CURRENT_BINARY_DIR} )
18
18
19
19
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} )
22
21
23
22
set (PY_MOD_REAL_NAME1 SWIG_MODULE_${PY_MOD_NAME}_REAL_NAME )
24
23
set (PY_MOD_REAL_NAME ${${PY_MOD_REAL_NAME1}} )
@@ -49,4 +48,4 @@ function(tesseract_python_module PY_MOD_NAME )
49
48
50
49
configure_file (${CMAKE_CURRENT_SOURCE_DIR} /cmake/__init__.py.in ${CMAKE_CURRENT_BINARY_DIR} /python/tesseract/${PY_MOD_PACKAGE}/__init__.py @ONLY )
51
50
52
- endfunction ()
51
+ endfunction ()
Original file line number Diff line number Diff line change 21
21
<depend >tesseract_command_language</depend >
22
22
<depend >tesseract_time_parameterization</depend >
23
23
<depend >tesseract_process_managers</depend >
24
+ <depend >libjsoncpp-dev</depend >
24
25
25
26
<depend condition =" $ROS_PYTHON_VERSION == 2" >python</depend >
26
27
<depend condition =" $ROS_PYTHON_VERSION == 2" >python-numpy</depend >
You can’t perform that action at this time.
0 commit comments