We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6944d commit fcc17c4Copy full SHA for fcc17c4
1 file changed
CMakeLists.txt
@@ -17,7 +17,7 @@ find_package(rmw REQUIRED)
17
find_package(sensor_msgs REQUIRED)
18
19
find_package(OpenCV REQUIRED)
20
-find_package(Boost REQUIRED COMPONENTS system)
+find_package(Boost REQUIRED)
21
22
find_package(PkgConfig REQUIRED)
23
pkg_check_modules(avcodec libavcodec REQUIRED)
@@ -97,7 +97,6 @@ target_link_libraries(${PROJECT_NAME}_streamers
97
rclcpp::rclcpp
98
${sensor_msgs_TARGETS}
99
Boost::boost
100
- Boost::system
101
${OpenCV_LIBS}
102
${avcodec_LIBRARIES}
103
${avformat_LIBRARIES}
0 commit comments