Skip to content

Commit

Permalink
Disable builing components tool by default until GDAL 2 compatibility #…
Browse files Browse the repository at this point in the history
…1738 lands
  • Loading branch information
daniel-j-h committed May 11, 2016
1 parent 6aed145 commit 42f47ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 42f47ce

Please sign in to comment.