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 boost dependency #43

Merged
merged 1 commit into from Dec 27, 2021

Conversation

Timple
Copy link
Contributor

@Timple Timple commented Dec 24, 2021

Without the -dev this happens in a docker install:

Starting >>> swri_console
--- stderr: swri_console                         
CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
  Could NOT find Boost (missing: Boost_INCLUDE_DIR thread)
Call Stack (most recent call first):
  /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.16/Modules/FindBoost.cmake:2179 (find_package_handle_standard_args)
  CMakeLists.txt:24 (find_package)


---
Failed   <<< swri_console [1.65s, exited with code 1]

In practice this package is probably installed due to other packages already. But it's good to keep the dependencies in order.

@danthony06
Copy link
Collaborator

Thanks for the fix!

@danthony06 danthony06 merged commit 6a1309f into swri-robotics:ros2-devel Dec 27, 2021
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.

None yet

2 participants