minor typo
This commit is contained in:
parent
96aff57275
commit
f7b72dd136
@ -111,9 +111,9 @@ include_directories(${Boost_INCLUDE_DIRS})
|
||||
|
||||
IF(APPLE)
|
||||
target_link_libraries( OSRM ${Boost_LIBRARIES} UUID )
|
||||
ELSE( APPLE )
|
||||
ELSE()
|
||||
target_link_libraries( OSRM ${Boost_LIBRARIES} )
|
||||
ENDIF( APPLE )
|
||||
ENDIF()
|
||||
|
||||
target_link_libraries( osrm-extract ${CoordinateGlob} ${Boost_LIBRARIES} UUID GITDESCRIPTION )
|
||||
target_link_libraries( osrm-prepare ${CoordinateGlob} ${Boost_LIBRARIES} UUID GITDESCRIPTION )
|
||||
|
Loading…
Reference in New Issue
Block a user