summaryrefslogtreecommitdiff
path: root/gr-uhd/CMakeLists.txt
diff options
context:
space:
mode:
authorJosh Morman <mormjb@gmail.com>2020-04-23 07:04:15 -0400
committerJosh Morman <mormjb@gmail.com>2020-06-04 10:05:47 -0400
commit9f6086161f8693b0643215f7a3935ec13661c882 (patch)
tree288c7c47665dce6f85167b4aca9e8fba83162f96 /gr-uhd/CMakeLists.txt
parent5a2983534fa1faac49528aa41c6cacad806a70d8 (diff)
pybind: removal of swig components
Diffstat (limited to 'gr-uhd/CMakeLists.txt')
-rw-r--r--gr-uhd/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-uhd/CMakeLists.txt b/gr-uhd/CMakeLists.txt
index d79e309376..eb0b3958e1 100644
--- a/gr-uhd/CMakeLists.txt
+++ b/gr-uhd/CMakeLists.txt
@@ -46,7 +46,6 @@ add_subdirectory(lib)
add_subdirectory(docs)
add_subdirectory(examples/c++)
if(ENABLE_PYTHON)
- add_subdirectory(swig)
add_subdirectory(python/uhd)
add_subdirectory(apps)
add_subdirectory(examples/grc)