diff options
Diffstat (limited to 'docs/CMakeLists.txt')
-rw-r--r-- | docs/CMakeLists.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index b9eb977a3a..605022ef00 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -21,14 +21,12 @@ # Setup dependencies ######################################################################## find_package(Doxygen) -find_package(Sphinx) ######################################################################## # Register component ######################################################################## include(GrComponent) GR_REGISTER_COMPONENT("doxygen" ENABLE_DOXYGEN DOXYGEN_FOUND) -GR_REGISTER_COMPONENT("sphinx" ENABLE_SPHINX SPHINX_FOUND) ######################################################################## # Begin conditional configuration @@ -42,17 +40,3 @@ add_subdirectory(doxygen) add_subdirectory(exploring-gnuradio) endif(ENABLE_DOXYGEN) - - -######################################################################## -# Begin conditional configuration -######################################################################## -if(ENABLE_SPHINX) - - -######################################################################## -# Add subdirectories -######################################################################## -add_subdirectory(sphinx) - -endif(ENABLE_SPHINX) |