Skip to content

Commit 6615aff

Browse files
Fix to handle console_bridge target renaming in noetic
1 parent a10411d commit 6615aff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tesseract_python/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,10 @@ target_include_directories(${SWIG_MODULE_tesseract_python_REAL_NAME} PUBLIC
8989
"$<INSTALL_INTERFACE:include>")
9090
target_include_directories(${SWIG_MODULE_tesseract_python_REAL_NAME} SYSTEM PUBLIC
9191
${EIGEN3_INCLUDE_DIRS}
92-
${console_bridge_INCLUDE_DIRS}
9392
${Boost_INCLUDE_DIRS}
9493
${TinyXML2_INCLUDE_DIRS}
95-
${PYTHON_INCLUDE_DIRS}
96-
${NUMPY_INCLUDE_DIR}
94+
${PYTHON_INCLUDE_DIRS}
95+
${NUMPY_INCLUDE_DIR}
9796
$<TARGET_PROPERTY:tesseract::tesseract,INTERFACE_INCLUDE_DIRECTORIES>)
9897

9998
set_target_properties(${SWIG_MODULE_tesseract_python_REAL_NAME}

0 commit comments

Comments
 (0)