Disable builing components tool by default until GDAL 2 compatibility #1738 lands

This commit is contained in:
Daniel J. Hofmann 2016-05-10 21:29:35 -06:00 committed by Patrick Niklaus
parent 84dc1b6845
commit 0f2bb5dde5
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -32,7 +32,7 @@ endif()
option(ENABLE_CCACHE "Speed up incremental rebuilds via ccache" ON)
option(ENABLE_JSON_LOGGING "Adds additional JSON debug logging to the response" OFF)
option(BUILD_TOOLS "Build OSRM tools" OFF)
option(BUILD_COMPONENTS "Build osrm-components" ON)
option(BUILD_COMPONENTS "Build osrm-components" OFF)
option(ENABLE_ASSERTIONS OFF)
option(COVERAGE OFF)
option(SANITIZER OFF)