aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindSphinx.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/FindSphinx.cmake')
-rw-r--r--cmake/modules/FindSphinx.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/modules/FindSphinx.cmake b/cmake/modules/FindSphinx.cmake
index a2adcae..9d252e8 100644
--- a/cmake/modules/FindSphinx.cmake
+++ b/cmake/modules/FindSphinx.cmake
@@ -23,3 +23,5 @@ find_package_handle_standard_args(Sphinx
# Provide options for controlling different types of output
option(SPHINX_OUTPUT_HTML "Output standalone HTML files" ON)
option(SPHINX_OUTPUT_MAN "Output man pages" ON)
+
+option(SPHINX_WARNINGS_AS_ERRORS "When building documentation treat warnings as errors" ON)