Generate documentation using the FindSphinx.cmake module

Signed-off-by: Jeroen Koekkoek <jeroen@koekkoek.nl>
This commit is contained in:
Jeroen Koekkoek 2019-07-31 08:37:41 +02:00
parent 9cf4b97f1a
commit b916f0bfb7
23 changed files with 151 additions and 3503 deletions

View file

@ -206,9 +206,7 @@ if(BUILD_IDLC)
endif()
option(BUILD_DOCS "Build documentation." OFF)
if(BUILD_DOCS)
add_subdirectory(docs)
endif()
add_subdirectory(docs)
# Pull-in CPack and support for generating <Package>Config.cmake and packages.
include(Packaging)