diff options
author | Ron Economos <w6rz@comcast.net> | 2020-10-10 10:24:32 -0700 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2020-10-12 07:23:59 -0400 |
commit | e1dfc28196f451fee877f02df2a0ab42977e82ef (patch) | |
tree | 2c69ce478ac53db449585b1e8501c9e1f9e867d2 /docs/doxygen/other/build_guide.dox.in | |
parent | 422f86fd8084b4bf5323110608d3d0d81d27ccd7 (diff) |
pybind11: Remove SWIG remnants.
Diffstat (limited to 'docs/doxygen/other/build_guide.dox.in')
-rw-r--r-- | docs/doxygen/other/build_guide.dox.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/doxygen/other/build_guide.dox.in b/docs/doxygen/other/build_guide.dox.in index b4c128a8db..ea5b4851a5 100644 --- a/docs/doxygen/other/build_guide.dox.in +++ b/docs/doxygen/other/build_guide.dox.in @@ -50,7 +50,6 @@ Other compilers may work, but are not supported. \subsection dep_python Python Wrappers \li python (>= @GR_PYTHON_MIN_VERSION@) http://www.python.org/download/ -\li swig (>= @GR_SWIG_MIN_VERSION@) http://www.swig.org/download.html \li numpy (>= 1.1.0) http://sourceforge.net/projects/numpy/files/NumPy/ \subsection dep_docs docs: Building the documentation @@ -145,10 +144,10 @@ cmake is not case sensitive about these options. Similarly, "true", "on", or "yes" will turn this component on. All components are enabled by default so long as their dependencies are met. -An example is -DENABLE_PYTHON=False turns off building any Python or -Swigging components. The result will be the GNU Radio libraries and -C++ programs/applications/examples. No Python or GRC files will be -built or installed. +An example is -DENABLE_PYTHON=False turns off building any Python +components or generating Python bindings. The result will be the GNU +Radio libraries and C++ programs/applications/examples. No Python or +GRC files will be built or installed. The -DENABLE_DEFAULT=False can be used to disable all components. Individual components can then be selectively turned back |