Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/3party
diff options
context:
space:
mode:
authorSergey Yershov <yershov@corp.mail.ru>2016-10-04 18:11:52 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-10-04 18:11:52 +0300
commit94dca03290e64bf2aebd96c815dd616370852ef6 (patch)
tree00dcf90a1af275f7c891c62d7ffa992e6192c437 /3party
parent79c9fa05bb47f8880b0be1479bbe746cb0526d7c (diff)
Review fix
Diffstat (limited to '3party')
-rwxr-xr-x3party/osrm/osrm-backend/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/3party/osrm/osrm-backend/CMakeLists.txt b/3party/osrm/osrm-backend/CMakeLists.txt
index 12bd55f2f8..693c088ca3 100755
--- a/3party/osrm/osrm-backend/CMakeLists.txt
+++ b/3party/osrm/osrm-backend/CMakeLists.txt
@@ -237,11 +237,11 @@ set(OMIM_LIBRARIES
"${OMIM_BUILD_PATH}/libbase.a"
"${OMIM_BUILD_PATH}/libjansson.a"
)
+
if(APPLE)
SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -dead_strip")
endif()
-
target_link_libraries(OSRM ${Boost_LIBRARIES})
target_link_libraries(osrm-extract ${Boost_LIBRARIES})
target_link_libraries(osrm-prepare ${Boost_LIBRARIES})