File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -458,6 +458,7 @@ target_link_libraries(osrm-partition osrm_partition ${Boost_PROGRAM_OPTIONS_LIBR
458458target_link_libraries (osrm-customize osrm_customize ${Boost_PROGRAM_OPTIONS_LIBRARY} )
459459target_link_libraries (osrm-contract osrm_contract ${Boost_PROGRAM_OPTIONS_LIBRARY} )
460460if (BUILD_ROUTED)
461+ message (STATUS "Building osrm-routed ${ZLIB_LIBRARY} " )
461462 target_link_libraries (osrm-routed osrm ${Boost_PROGRAM_OPTIONS_LIBRARY} ${OPTIONAL_SOCKET_LIBS} ${ZLIB_LIBRARY} )
462463endif ()
463464
@@ -476,6 +477,7 @@ set(GUIDANCE_LIBRARIES
476477 ${CMAKE_THREAD_LIBS_INIT}
477478 ${LUA_LIBRARIES}
478479 ${TBB_LIBRARIES}
480+ ${ZLIB_LIBRARY}
479481 ${MAYBE_COVERAGE_LIBRARIES} )
480482set (PARTITIONER_LIBRARIES
481483 ${BOOST_LIBRARIES}
@@ -486,6 +488,7 @@ set(PARTITIONER_LIBRARIES
486488 ${ZLIB_LIBRARY} )
487489set (CUSTOMIZER_LIBRARIES
488490 ${BOOST_LIBRARIES}
491+ ${ZLIB_LIBRARY}
489492 ${CMAKE_THREAD_LIBS_INIT}
490493 ${TBB_LIBRARIES}
491494 ${MAYBE_RT_LIBRARY}
@@ -499,6 +502,7 @@ set(UPDATER_LIBRARIES
499502 ${ZLIB_LIBRARY} )
500503set (CONTRACTOR_LIBRARIES
501504 ${BOOST_LIBRARIES}
505+ ${ZLIB_LIBRARY}
502506 ${CMAKE_THREAD_LIBS_INIT}
503507 ${LUA_LIBRARIES}
504508 ${TBB_LIBRARIES}
@@ -513,6 +517,7 @@ set(ENGINE_LIBRARIES
513517 ${ZLIB_LIBRARY} )
514518set (STORAGE_LIBRARIES
515519 ${BOOST_LIBRARIES}
520+ ${ZLIB_LIBRARY}
516521 ${CMAKE_THREAD_LIBS_INIT}
517522 ${TBB_LIBRARIES}
518523 ${MAYBE_RT_LIBRARY}
You can’t perform that action at this time.
0 commit comments