summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2014-03-08 15:29:29 -0500
committerTom Rondeau <tom@trondeau.com>2014-03-08 15:29:29 -0500
commitba67f73429257c5781316f03f2957562004f2dc6 (patch)
treeaea7d149af500801713aa8e17fb4f6bc69fb9715
parent24dc96ad6c445f905af9bc3eba1c56e97e3c429d (diff)
Revert "docs: fixes issues with building docs when various components are not enabled."
This causes build problems on OS X. Reverting for 3.7.3 to solve the more general case. We can review this again at a later time. This reverts commit 8761e9104239f03ba1346ad3ea47a446a81de01a.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e8688be6a..b1f7348d21 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -308,6 +308,7 @@ list(APPEND GR_TEST_PYTHON_DIRS
########################################################################
# Add subdirectories (in order of deps)
########################################################################
+add_subdirectory(docs)
add_subdirectory(gnuradio-runtime)
add_subdirectory(gr-blocks)
add_subdirectory(grc)
@@ -331,7 +332,6 @@ add_subdirectory(gr-vocoder)
add_subdirectory(gr-fcd)
add_subdirectory(gr-wavelet)
add_subdirectory(gr-wxgui)
-add_subdirectory(docs)
# Install our Cmake modules into $prefix/lib/cmake/gnuradio
# See "Package Configuration Files" on page: