Skip to content

Commit 48be5a5

Browse files
authored
Merge pull request #5604 from jdesgats/fix-guidance-so
fix: install the osrm_guidance library
2 parents 0b139ff + 46ab931 commit 48be5a5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
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)

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,7 @@ install(TARGETS osrm_customize DESTINATION lib)
778778
install(TARGETS osrm_update DESTINATION lib)
779779
install(TARGETS osrm_contract DESTINATION lib)
780780
install(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

0 commit comments

Comments
 (0)