Skip to content

Commit fcc17c4

Browse files
authored
fix: Don't link against Boost::system (#200)
1 parent 0b6944d commit fcc17c4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ find_package(rmw REQUIRED)
1717
find_package(sensor_msgs REQUIRED)
1818

1919
find_package(OpenCV REQUIRED)
20-
find_package(Boost REQUIRED COMPONENTS system)
20+
find_package(Boost REQUIRED)
2121

2222
find_package(PkgConfig REQUIRED)
2323
pkg_check_modules(avcodec libavcodec REQUIRED)
@@ -97,7 +97,6 @@ target_link_libraries(${PROJECT_NAME}_streamers
9797
rclcpp::rclcpp
9898
${sensor_msgs_TARGETS}
9999
Boost::boost
100-
Boost::system
101100
${OpenCV_LIBS}
102101
${avcodec_LIBRARIES}
103102
${avformat_LIBRARIES}

0 commit comments

Comments
 (0)