Skip to content

Commit

Permalink
cleanup cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-edward committed Feb 11, 2023
1 parent faca521 commit 3ff1141
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions uwrt_mars_rover_science/dinolite/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,27 +48,6 @@ ament_target_dependencies(cam_node
rclcpp_components_register_nodes(cam_node "dinolite::CamNode")
set(node_plugins "${node_plugins}dinolite::CamNode;$<TARGET_FILE:cam_node>\n")

#=============
# Test subscriber node
#=============

# add_library(
# subscriber_node SHARED
# src/subscriber_node.cpp
# )
# target_compile_definitions(
# subscriber_node
# PRIVATE "COMPOSITION_BUILDING_DLL"
# )
# ament_target_dependencies( subscriber_node
# class_loader
# rclcpp
# rclcpp_components
# sensor_msgs
# )
# rclcpp_components_register_nodes(subscriber_node "dinolite::ImageSubscriberNode")
# set(node_plugins "${node_plugins}dinolite::ImageSubscriberNode;$<TARGET_FILE:subscriber_node>\n")

# Install nodes
install(
TARGETS cam_node
Expand All @@ -78,14 +57,6 @@ install(
RUNTIME DESTINATION bin
)

# install(
# TARGETS subscriber_node
# EXPORT export_subscriber_node
# ARCHIVE DESTINATION lib
# LIBRARY DESTINATION lib
# RUNTIME DESTINATION bin
# )

# Install various directories
install(
DIRECTORY launch
Expand Down Expand Up @@ -137,5 +108,3 @@ ament_export_targets(export_cam_node)

ament_export_libraries(gscam_node subscriber_node)
ament_package()


0 comments on commit 3ff1141

Please sign in to comment.