Skip to content

Commit

Permalink
Update min aravis version
Browse files Browse the repository at this point in the history
Format the dependencies as well
  • Loading branch information
dave992 committed Nov 24, 2023
1 parent a781687 commit 7f09b0f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions micro_epsilon_scancontrol_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@ project(micro_epsilon_scancontrol_driver)
find_package(catkin REQUIRED COMPONENTS roscpp pcl_ros nodelet micro_epsilon_scancontrol_msgs)
find_package(PkgConfig REQUIRED)

pkg_check_modules(scancontrol REQUIRED glib-2.0 aravis-0.6 mescan llt)
pkg_check_modules(scancontrol REQUIRED
aravis-0.8
glib-2.0
llt
mescan
)

catkin_package(
INCLUDE_DIRS include
CATKIN_DEPENDS roscpp pcl_ros nodelet micro_epsilon_scancontrol_msgs
DEPENDS scancontrol
CATKIN_DEPENDS
micro_epsilon_scancontrol_msgs
nodelet
pcl_ros
roscpp
DEPENDS
scancontrol
)

include_directories(include ${catkin_INCLUDE_DIRS} ${scancontrol_INCLUDE_DIRS})
Expand Down

0 comments on commit 7f09b0f

Please sign in to comment.