diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-10-09 20:53:23 -0700 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2018-10-12 17:33:25 +0200 |
commit | c4b4426a4aedb0d7b9a94e17d70941826e5c8bf8 (patch) | |
tree | 30b7e41dcbd1364e08b4843a924d453ed2289c8b | |
parent | 30c9ad0870269707e5d39cbba9646e6c9beb03e9 (diff) |
uhd: Re-enable GRC bindings
This reverts 331ccf8a. The GRC bindings were disabled temporarily
because of Cheetah/Mako incompatibilities which were resolved.
-rw-r--r-- | gr-uhd/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/CMakeLists.txt b/gr-uhd/CMakeLists.txt index e7a25e51e7..74c8159274 100644 --- a/gr-uhd/CMakeLists.txt +++ b/gr-uhd/CMakeLists.txt @@ -59,7 +59,7 @@ add_subdirectory(examples/c++) if(ENABLE_PYTHON) add_subdirectory(swig) add_subdirectory(python/uhd) - #add_subdirectory(grc) + add_subdirectory(grc) add_subdirectory(apps) add_subdirectory(examples/grc) endif(ENABLE_PYTHON) |