diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index ab0a6e04..a2556a66 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -1,7 +1,7 @@ # From: # https://devblogs.microsoft.com/cppblog/clear-functional-c-documentation-with-sphinx-breathe-doxygen-cmake/ -find_package(Sphinx REQUIRED) +find_package(Sphinx) if (Sphinx_FOUND) set(SPHINX_SOURCE ${CMAKE_CURRENT_SOURCE_DIR})