From fc90162f6979d5cc4fe53027f0d21843ef7271ec Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Mon, 21 Jul 2014 10:55:13 +0200 Subject: [PATCH] fix typo, thx @joto, see #1126 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f1293ba33..7467dc08b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,8 +27,8 @@ if (WIN32 AND MSVC_VERSION LESS 1800) message(FATAL_ERROR "Building with Microsoft compiler needs Visual Studio 2013 or later (Express version works too)") endif() -OPTION(WITH_TOOLS "Build ORSM tools" OFF) -OPTION(BUILD_TOOLS "Build ORSM tools" OFF) +OPTION(WITH_TOOLS "Build OSRM tools" OFF) +OPTION(BUILD_TOOLS "Build OSRM tools" OFF) include_directories(${CMAKE_SOURCE_DIR}/Include/)