fix typo, thx @joto, see #1126
This commit is contained in:
parent
1e8fb7a38c
commit
fc90162f69
@ -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/)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user