diff --git a/CMakeLists.txt b/CMakeLists.txt index 55eb5ea89..4930018d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -229,7 +229,7 @@ if(WITH_TOOLS) message(STATUS "Activating OSRM internal tools") find_package(GDAL) if(GDAL_FOUND) - add_executable(osrm-components Tools/componentAnalysis.cpp) + add_executable(osrm-components Tools/components.cpp) include_directories(${GDAL_INCLUDE_DIR}) target_link_libraries( osrm-components