Skip to content

Commit c061337

Browse files
wip
1 parent 3461761 commit c061337

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ target_link_libraries(osrm-partition osrm_partition ${Boost_PROGRAM_OPTIONS_LIBR
458458
target_link_libraries(osrm-customize osrm_customize ${Boost_PROGRAM_OPTIONS_LIBRARY})
459459
target_link_libraries(osrm-contract osrm_contract ${Boost_PROGRAM_OPTIONS_LIBRARY})
460460
if (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})
462463
endif()
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})
480482
set(PARTITIONER_LIBRARIES
481483
${BOOST_LIBRARIES}
@@ -486,6 +488,7 @@ set(PARTITIONER_LIBRARIES
486488
${ZLIB_LIBRARY})
487489
set(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})
500503
set(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})
514518
set(STORAGE_LIBRARIES
515519
${BOOST_LIBRARIES}
520+
${ZLIB_LIBRARY}
516521
${CMAKE_THREAD_LIBS_INIT}
517522
${TBB_LIBRARIES}
518523
${MAYBE_RT_LIBRARY}

0 commit comments

Comments
 (0)