Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions ros2pkg/ros2pkg/resource/cmake/CMakeLists.txt.em
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ install(
install(
TARGETS @(cpp_library_name)
EXPORT export_@(project_name)
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin)
)
@[end if]@
@[if cpp_node_name]@

Expand Down