diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-10-23 09:18:04 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-10-23 09:18:04 -0700 |
commit | fd1148e8cf75c83693a32183edafa8b076067127 (patch) | |
tree | 31f98137da215cc3f39e533edbae423fb70a7383 /gr-trellis/examples/python/CMakeLists.txt | |
parent | f924ac3a5a942512acfff0a446b6badedcf388a6 (diff) |
gr-blocks: removed blks2 namespace blocks
* This also removes blks2 from gr-digital; however,
the old style OFDM code still uses this and are
broken until they are removed.
Diffstat (limited to 'gr-trellis/examples/python/CMakeLists.txt')
-rw-r--r-- | gr-trellis/examples/python/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-trellis/examples/python/CMakeLists.txt b/gr-trellis/examples/python/CMakeLists.txt index 76c88ee2f4..efb8d98144 100644 --- a/gr-trellis/examples/python/CMakeLists.txt +++ b/gr-trellis/examples/python/CMakeLists.txt @@ -22,7 +22,6 @@ include(GrPython) GR_PYTHON_INSTALL( PROGRAMS test_tcm.py - test_cpm.py DESTINATION ${GR_PKG_TRELLIS_EXAMPLES_DIR} ) |