File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 1010 - ADDED: keepalive support to the osrm-routed HTTP server [ #5518 ] ( https://github.com/Project-OSRM/osrm-backend/pull/5518 )
1111 - ADDED: flatbuffers output format support [ #5513 ] ( https://github.com/Project-OSRM/osrm-backend/pull/5513 )
1212 - ADDED: Global 'skip_waypoints' option [ #5556 ] ( https://github.com/Project-OSRM/osrm-backend/pull/5556 )
13+ - FIXED: Install the libosrm_guidance library correctly [ #5604 ] ( https://github.com/Project-OSRM/osrm-backend/pull/5604 )
1314 - Routing:
1415 - CHANGED: allow routing past ` barrier=arch ` [ #5352 ] ( https://github.com/Project-OSRM/osrm-backend/pull/5352 )
1516 - CHANGED: default car weight was reduced to 2000 kg. [ #5371 ] ( https://github.com/Project-OSRM/osrm-backend/pull/5371 )
Original file line number Diff line number Diff line change @@ -778,6 +778,7 @@ install(TARGETS osrm_customize DESTINATION lib)
778778install (TARGETS osrm_update DESTINATION lib)
779779install (TARGETS osrm_contract DESTINATION lib)
780780install (TARGETS osrm_store DESTINATION lib)
781+ install (TARGETS osrm_guidance DESTINATION lib)
781782
782783
783784# Install profiles and support library to /usr/local/share/osrm/profiles by default
You can’t perform that action at this time.
0 commit comments