From bcdd9374c7359e5b7dab8d499e1cc464df4052c8 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Tue, 23 Jul 2013 10:18:42 +0200 Subject: [PATCH] Compile fixes on OS X --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca7cdda21..a21ee2d1f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,7 +86,7 @@ if (NOT Boost_FOUND) endif (NOT Boost_FOUND) include_directories(${Boost_INCLUDE_DIRS}) -target_link_libraries( OSRM ${Boost_LIBRARIES} ) +target_link_libraries( OSRM ${Boost_LIBRARIES} UUID ) target_link_libraries( osrm-extract ${Boost_LIBRARIES} UUID ) target_link_libraries( osrm-prepare ${Boost_LIBRARIES} UUID ) target_link_libraries( osrm-routed ${Boost_LIBRARIES} OSRM UUID )