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 )