link libosrm against librt on linux/gcc
This commit is contained in:
parent
3a1d98648f
commit
a33542c9b5
@ -98,6 +98,7 @@ endif()
|
|||||||
|
|
||||||
if(UNIX AND NOT APPLE)
|
if(UNIX AND NOT APPLE)
|
||||||
target_link_libraries( osrm-datastore rt )
|
target_link_libraries( osrm-datastore rt )
|
||||||
|
target_link_libraries( OSRM rt )
|
||||||
endif(UNIX AND NOT APPLE)
|
endif(UNIX AND NOT APPLE)
|
||||||
|
|
||||||
#Check Boost
|
#Check Boost
|
||||||
|
Loading…
Reference in New Issue
Block a user