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
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