Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add find_package(Boost) to eagleye_gnss_converter #335

Merged

Conversation

SakodaShintaro
Copy link

Some people have encountered the following errors.

Starting >>> eagleye_gnss_converter
--- stderr: eagleye_gnss_converter                           
CMake Error at /home/user/autoware/install/ament_cmake_auto/share/ament_cmake_auto/cmake/ament_auto_add_executable.cmake:66 (add_executable):
  Target "gnss_converter" links to target "Boost::system" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?
Call Stack (most recent call first):
  CMakeLists.txt:23 (ament_auto_add_executable)


CMake Error at /home/user/autoware/install/ament_cmake_auto/share/ament_cmake_auto/cmake/ament_auto_add_executable.cmake:66 (add_executable):
  Target "gnss_converter" links to target "Boost::thread" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?
Call Stack (most recent call first):
  CMakeLists.txt:23 (ament_auto_add_executable)

It seems that this issue will be fixed by the change in this pull request.

Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
@rsasaki0109 rsasaki0109 self-requested a review July 19, 2024 02:56
@rsasaki0109 rsasaki0109 merged commit c191944 into MapIV:autoware-main Jul 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants