diff options
Diffstat (limited to 'gr-blocks/CMakeLists.txt')
-rw-r--r-- | gr-blocks/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/CMakeLists.txt b/gr-blocks/CMakeLists.txt index a4c618483..34fac5882 100644 --- a/gr-blocks/CMakeLists.txt +++ b/gr-blocks/CMakeLists.txt @@ -57,7 +57,7 @@ if(ENABLE_PYTHON) add_subdirectory(python/blocks) add_subdirectory(swig) add_subdirectory(grc) - add_subdirectory(doc) + add_subdirectory(docs) add_subdirectory(examples) endif(ENABLE_PYTHON) |