Default building docs to off

This commit is contained in:
Federico Ficarelli 2020-03-04 14:19:12 +01:00
parent 4853fe5cd4
commit ab20bea666
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ option(QE_ENABLE_HDF5
option(QE_ENABLE_VENDOR_DEPS
"enable fallback on vendored deps when none is found via find_package()" ON)
option(QE_ENABLE_DOC
"enable documentation building" ON)
"enable documentation building" OFF)
# TODO change all ifdefs throughout code base to match
# cmake options