Skip to content

Commit

Permalink
cmake: delete leftovers from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibl committed Oct 6, 2019
1 parent dc38017 commit 649bb52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions swig/CMakeLists.txt
Expand Up @@ -34,9 +34,6 @@ set(GR_SWIG_TARGET_DEPS gnuradio::runtime_swig)

set(GR_SWIG_LIBRARIES gnuradio-rds)

set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/rds_swig_doc.i)
set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../include)

GR_SWIG_MAKE(rds_swig rds_swig.i)

########################################################################
Expand All @@ -50,6 +47,5 @@ GR_SWIG_INSTALL(TARGETS rds_swig DESTINATION ${GR_PYTHON_DIR}/rds)
install(
FILES
rds_swig.i
${CMAKE_CURRENT_BINARY_DIR}/rds_swig_doc.i
DESTINATION ${GR_INCLUDE_DIR}/rds/swig
)
3 changes: 0 additions & 3 deletions swig/rds_swig.i
Expand Up @@ -4,9 +4,6 @@

%include "gnuradio.i" // the common stuff

//load generated python docstrings
%include "rds_swig_doc.i"

%{
#include "rds/decoder.h"
#include "rds/encoder.h"
Expand Down

0 comments on commit 649bb52

Please sign in to comment.