Skip to content

Commit

Permalink
Added find_package(Boost) to eagleye_gnss_converter
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro committed Jul 18, 2024
1 parent 45799ef commit 4759669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eagleye_util/gnss_converter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ find_package(ament_cmake_auto REQUIRED)
ament_auto_find_build_dependencies()

include_directories(include)
find_package(Boost REQUIRED COMPONENTS system thread regex chrono)

ament_auto_add_executable(gnss_converter
src/nmea2fix_core.cpp
Expand Down

0 comments on commit 4759669

Please sign in to comment.