forked from organicmaps/organicmaps-tmp
Review fix
This commit is contained in:
parent
79c9fa05bb
commit
94dca03290
1 changed files with 1 additions and 1 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Reference in a new issue