Skip to content

Commit

Permalink
Merge pull request #1800 from lucasw/patch-1
Browse files Browse the repository at this point in the history
[audio_video_recorder] needs to find_package message_filters
  • Loading branch information
k-okada authored Dec 12, 2024
2 parents 6e54df6 + e0a5ea2 commit fd34bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio_video_recorder/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3)

project(audio_video_recorder)

find_package(catkin REQUIRED COMPONENTS roscpp audio_common_msgs sensor_msgs)
find_package(catkin REQUIRED COMPONENTS roscpp audio_common_msgs message_filters sensor_msgs)

find_package(PkgConfig)
pkg_check_modules(GST1.0 gstreamer-1.0 REQUIRED)
Expand Down

0 comments on commit fd34bd5

Please sign in to comment.