Skip to content

Commit

Permalink
avoid searching ROS path for library
Browse files Browse the repository at this point in the history
  • Loading branch information
berndpfrommer committed Feb 24, 2024
1 parent 00c99e8 commit e9e6bb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spinnaker_camera_driver/cmake/FindSPINNAKER.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ find_library(SPINNAKER_LIBRARIES
/usr/lib/
/usr/local/lib
PATH_SUFFIXES Release Debug
NO_DEFAULT_PATH # else it will find ROS system spinnaker libraries first
)

set(SPINNAKER_INCLUDE_DIRS ${SPINNAKER_INCLUDE_DIRS})
Expand Down

0 comments on commit e9e6bb6

Please sign in to comment.