Closed prashis closed 2 years ago
I'd fixed it by adding cxxopts.hpp in dir and moving inside of docker at /usr/include
, maybe there is better solution for it instead of it 😅
Thanks for reporting!
This happens because I had to update two CMakeLists
files in the Valhalla repository, in order to compile the valhalla_traffic_demo_utils
tool. I'm sure there is a cleaner solution for that, but I'm not cmake-savvy enough. So whenever the original CMakeLists
change in the upstream, things break.
I've updated the docker image to clone a specific commit of the Valhalla repo now, so it shouldn't break again in the future.
I have also moved the tool to use cxxopts
instead of boost
, so now it's compiling correctly.