diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2017-02-26 18:25:19 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2017-02-26 18:25:19 -0800 |
commit | 331ccf8ab9e60ba33d7a311003d4ee6bc642a2d4 (patch) | |
tree | 1548165c2120e0ae86ca131d10653e7961c72245 /gr-uhd | |
parent | 9e625c4821f4c63421b3d3747c0c4f358fef6c5f (diff) |
uhd: disable grc directory temporarily due to cheetah requirement
Diffstat (limited to 'gr-uhd')
-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 f6d956c1e1..51b67873a9 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) |