Enabled building doxygen docs by default (only when running make doc and when doxygen present, however)

release/4.3a0
Alex Cunningham 2012-07-16 14:56:11 +00:00
parent ebcdf0f19f
commit 4113a09b3a
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ export(TARGETS ${GTSAM_EXPORTED_TARGETS} FILE GTSAM-exports.cmake)
# Doxygen documentation configuration
if (DOXYGEN_FOUND)
option(GTSAM_BUILD_DOCS "Enable/Disable building of doxygen docs" OFF)
option(GTSAM_BUILD_DOCS "Enable/Disable building of doxygen docs" ON)
# configure doxygen
option(GTSAM_BUILD_DOC_HTML "Enable/Disable doxygen HTML output" ON)