Skip to content

Commit

Permalink
clean up formatting of cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeferguson committed Jan 31, 2024
1 parent c91c305 commit ef85850
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions image_view/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@ if(BUILD_TESTING)
ament_lint_auto_find_test_dependencies()
endif()

install(PROGRAMS
scripts/extract_images_sync
DESTINATION lib/${PROJECT_NAME})
install(
PROGRAMS scripts/extract_images_sync
DESTINATION lib/${PROJECT_NAME}
)

ament_auto_package()

0 comments on commit ef85850

Please sign in to comment.