From 036c30fa6809c28f377f265d6b65d02437c09b42 Mon Sep 17 00:00:00 2001 From: lethosor Date: Thu, 26 Nov 2015 17:09:53 -0500 Subject: [PATCH] Set BUILD_DOCS to OFF by default See #738 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cbbbd9727..326a71ebc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ else(CMAKE_CONFIGURATION_TYPES) endif (NOT CMAKE_BUILD_TYPE) endif(CMAKE_CONFIGURATION_TYPES) -OPTION(BUILD_DOCS "Choose whether to build the documentation (requires python and Sphinx)." ON) +OPTION(BUILD_DOCS "Choose whether to build the documentation (requires python and Sphinx)." OFF) ## some generic CMake magic cmake_minimum_required(VERSION 2.8 FATAL_ERROR)