-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
find_package cannot find Boost #5687
Comments
FIX: |
This is happening because FindBoost changed (I think in cmake cmake uses these targets when linking (e.g. The example works when OSRM is built with older versions of cmake (CI is using To fix this for newer cmake versions, I think we need to add a |
I have built osrm-backend successfully on my mac machine, but when CMake example I get multiple warning related to boost such as
and then when running build it throws error and fails
How to get around this issue? I have boost already installed. Thanks
The text was updated successfully, but these errors were encountered: