Skip to content

Commit d00a00e

Browse files
committed
[WIP] use pure CMake only serial
Use the pure CMake serial from: wjwwood/serial#285 Signed-off-by: Alex Moriarty <[email protected]>
1 parent cf7a883 commit d00a00e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

robotiq_description/package.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
<buildtool_depend>ament_cmake</buildtool_depend>
1111

12-
<depend>serial</depend>
13-
1412
<test_depend>ament_lint_auto</test_depend>
1513
<test_depend>ament_lint_common</test_depend>
1614

robotiq_driver/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ target_include_directories(
3535
PUBLIC
3636
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
3737
$<INSTALL_INTERFACE:include>
38+
${SERIAL_INCLUDE_DIRS}
3839
)
39-
target_link_libraries(${PROJECT_NAME} atomic)
40+
target_link_libraries(${PROJECT_NAME} atomic ${SERIAL_LIBRARIES})
4041
ament_target_dependencies(
4142
${PROJECT_NAME}
4243
${THIS_PACKAGE_INCLUDE_DEPENDS}

0 commit comments

Comments
 (0)