Skip to content

Commit

Permalink
Fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Tacha-S committed Aug 14, 2024
1 parent a790072 commit 2c74da4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ add_executable(${PROJECT_NAME}_node
src/k4a_calibration_transform_data.cpp
)

ament_target_dependencies(${PROJECT_NAME}_node rclcpp
std_msgs
ament_target_dependencies(${PROJECT_NAME}_node rclcpp
std_msgs
sensor_msgs
visualization_msgs
image_transport
Expand Down Expand Up @@ -114,9 +114,6 @@ target_link_libraries(${PROJECT_NAME}_node

## Mark executables and/or libraries for installation
install(TARGETS ${PROJECT_NAME}_node
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin
DESTINATION lib/${PROJECT_NAME}
)

Expand All @@ -128,4 +125,4 @@ install(
DESTINATION share/${PROJECT_NAME}/
)

ament_package()
ament_package()

0 comments on commit 2c74da4

Please sign in to comment.