From f7b72dd1361a71d8813c25b46e20b9c438acf382 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Mon, 16 Dec 2013 17:52:45 +0100 Subject: [PATCH] minor typo --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d2815612..f1cbded5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,11 +109,11 @@ if (NOT Boost_FOUND) endif (NOT Boost_FOUND) include_directories(${Boost_INCLUDE_DIRS}) -IF( APPLE ) +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 )