Skip to content

Commit

Permalink
fix broken composable node by installing in correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
berndpfrommer committed May 18, 2024
1 parent c687a4a commit 2fbea4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnaker_camera_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ install(TARGETS
install(TARGETS
camera_driver
EXPORT ${PROJECT_NAME}Targets
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
LIBRARY DESTINATION lib
INCLUDES DESTINATION include
)

Expand Down

0 comments on commit 2fbea4f

Please sign in to comment.