Skip to content

Commit 875b486

Browse files
Levi ArmstrongLevi-Armstrong
authored andcommitted
Remove yaml-cpp from the tesseract_python_module.cmake
1 parent d16719c commit 875b486

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tesseract_python/tesseract_python/cmake/tesseract_python_module.cmake

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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()

tesseract_python/tesseract_python/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
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>

0 commit comments

Comments
 (0)