Skip to content

Commit

Permalink
[WIP] use pure CMake only serial
Browse files Browse the repository at this point in the history
Use the pure CMake serial from: wjwwood/serial#285

Signed-off-by: Alex Moriarty <alex.moriarty@picknik.ai>
  • Loading branch information
moriarty committed Jun 14, 2023
1 parent cf7a883 commit d00a00e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions robotiq_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

<buildtool_depend>ament_cmake</buildtool_depend>

<depend>serial</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>

Expand Down
3 changes: 2 additions & 1 deletion robotiq_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ target_include_directories(
PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>
${SERIAL_INCLUDE_DIRS}
)
target_link_libraries(${PROJECT_NAME} atomic)
target_link_libraries(${PROJECT_NAME} atomic ${SERIAL_LIBRARIES})
ament_target_dependencies(
${PROJECT_NAME}
${THIS_PACKAGE_INCLUDE_DEPENDS}
Expand Down

0 comments on commit d00a00e

Please sign in to comment.