-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
find_package cannot find Boost #5687
Copy link
Copy link
Closed
Description
I have built osrm-backend successfully on my mac machine, but when CMake example I get multiple warning related to boost such as
Target "osrm-example" links to target "Boost::regex" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?
and then when running build it throws error and fails
ld: library not found for -lBoost::regex
How to get around this issue? I have boost already installed. Thanks
ls /usr/local/Cellar/boost/
1.72.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels