From 885a9df3568a530da674bb01c61d4576aae48b33 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Mon, 16 Dec 2013 11:39:38 +0100 Subject: [PATCH] remove duplicate symbol --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bded9dba3..1d5717d9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,8 +113,8 @@ IF( APPLE ) target_link_libraries( OSRM ${Boost_LIBRARIES} UUID ) ELSE( APPLE ) target_link_libraries( OSRM ${Boost_LIBRARIES} ) - target_link_libraries( osrm-prepare ${CoordinateGlob} ) - ENDIF( APPLE ) +ENDIF( APPLE ) + target_link_libraries( osrm-extract ${CoordinateGlob} ${Boost_LIBRARIES} UUID GITDESCRIPTION ) target_link_libraries( osrm-prepare ${CoordinateGlob} ${Boost_LIBRARIES} UUID GITDESCRIPTION ) target_link_libraries( osrm-routed ${Boost_LIBRARIES} OSRM UUID GITDESCRIPTION )