diff --git a/CMakeLists.txt b/CMakeLists.txt index b5f3e44..b8d7279 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ endif() find_package(ament_cmake REQUIRED) find_package(SQLite3 REQUIRED) -find_package(Boost REQUIRED COMPONENTS filesystem system thread) +find_package(Boost REQUIRED COMPONENTS filesystem thread) find_package(class_loader REQUIRED) find_package(OpenSSL REQUIRED) find_package(rclcpp REQUIRED)