From 0f2bb5dde56212019f94ca8de5ea8960fb55b173 Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Tue, 10 May 2016 21:29:35 -0600 Subject: [PATCH] Disable builing components tool by default until GDAL 2 compatibility #1738 lands --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 865675224..489930566 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)