minor typo

This commit is contained in:
Dennis Luxen 2013-12-16 17:52:45 +01:00
parent 96aff57275
commit f7b72dd136

View File

@ -109,11 +109,11 @@ if (NOT Boost_FOUND)
endif (NOT Boost_FOUND) endif (NOT Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS}) include_directories(${Boost_INCLUDE_DIRS})
IF( APPLE ) IF(APPLE)
target_link_libraries( OSRM ${Boost_LIBRARIES} UUID ) target_link_libraries( OSRM ${Boost_LIBRARIES} UUID )
ELSE( APPLE ) ELSE()
target_link_libraries( OSRM ${Boost_LIBRARIES} ) target_link_libraries( OSRM ${Boost_LIBRARIES} )
ENDIF( APPLE ) ENDIF()
target_link_libraries( osrm-extract ${CoordinateGlob} ${Boost_LIBRARIES} UUID GITDESCRIPTION ) target_link_libraries( osrm-extract ${CoordinateGlob} ${Boost_LIBRARIES} UUID GITDESCRIPTION )
target_link_libraries( osrm-prepare ${CoordinateGlob} ${Boost_LIBRARIES} UUID GITDESCRIPTION ) target_link_libraries( osrm-prepare ${CoordinateGlob} ${Boost_LIBRARIES} UUID GITDESCRIPTION )