BUILD_DOCS should be a visible CMake option.

develop
expwnent 2015-09-25 19:43:40 -04:00
parent dfe9ec90f2
commit 5352d37967
1 changed files with 1 additions and 1 deletions

@ -10,7 +10,7 @@ else(CMAKE_CONFIGURATION_TYPES)
endif (NOT CMAKE_BUILD_TYPE)
endif(CMAKE_CONFIGURATION_TYPES)
SET(BUILD_DOCS "True")# CACHE STRING "Choose whether to build the documentation (requires python and Sphinx.")
SET(BUILD_DOCS "True" CACHE STRING "Choose whether to build the documentation (requires python and Sphinx.")
## some generic CMake magic
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)