summaryrefslogtreecommitdiff
path: root/gr-vocoder/python/vocoder
diff options
context:
space:
mode:
authorJosh Morman <mormjb@gmail.com>2020-06-11 08:14:06 -0400
committerJosh Morman <mormjb@gmail.com>2020-06-11 08:14:06 -0400
commit3c302ef4c1655ff27c3f66a924d897a6fdd07060 (patch)
tree7d131df650acebebe3d02c23cbac140c7f5e65d9 /gr-vocoder/python/vocoder
parent0f7369481c40f4b841de8d4f6eca825e7e7b4bda (diff)
pybind: remove docstring dependency on entire module
When the module is used as a dependency for the docstring substitution task, any change to any file in the module will cause the regeneration of the bindings for the entire module and all modules that are dependent on that one. There is still probably a better way tie the docstring substitution into the custom commands, per file
Diffstat (limited to 'gr-vocoder/python/vocoder')
-rw-r--r--gr-vocoder/python/vocoder/bindings/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-vocoder/python/vocoder/bindings/CMakeLists.txt b/gr-vocoder/python/vocoder/bindings/CMakeLists.txt
index d059dc23fc..48f73546c1 100644
--- a/gr-vocoder/python/vocoder/bindings/CMakeLists.txt
+++ b/gr-vocoder/python/vocoder/bindings/CMakeLists.txt
@@ -56,7 +56,7 @@ if(ENABLE_DOXYGEN)
"--output_dir" ${CMAKE_CURRENT_BINARY_DIR}
"--filter" gr::vocoder
COMMENT "Adding docstrings into vocoder pybind headers ..."
- DEPENDS gnuradio_docstrings gnuradio-vocoder)
+ DEPENDS gnuradio_docstrings)
add_custom_target(vocoder_docstrings ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/docstring_status)
else(ENABLE_DOXYGEN)
add_custom_command(