Skip to content

Commit

Permalink
Fix ament_export_dependencies syntax in CMake (#65)
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Bainian <chenbn@artc.a-star.edu.sg>
  • Loading branch information
Briancbn authored Apr 16, 2021
1 parent 30d0401 commit 7cedbf0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions theora_image_transport/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,8 @@ rosidl_target_interfaces(ogg_saver
${PROJECT_NAME} "rosidl_typesupport_cpp")

ament_export_dependencies(rosidl_default_runtime
${OpenCV_LIBRARIES}
${PC_OGG_LIBRARIES}
${PC_THEORA_LIBRARIES}
${PC_THEORAENC_LIBRARIES}
${PC_THEORADEC_LIBRARIES}
${LIBRARY_NAME})
OpenCV
PkgConfig)

install(TARGETS ${LIBRARY_NAME} ogg_saver
ARCHIVE DESTINATION lib/${PROJECT_NAME}
Expand Down

0 comments on commit 7cedbf0

Please sign in to comment.