summaryrefslogtreecommitdiff
path: root/gr-trellis/examples/python/CMakeLists.txt
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-10-23 09:18:04 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2016-10-23 09:18:04 -0700
commitfd1148e8cf75c83693a32183edafa8b076067127 (patch)
tree31f98137da215cc3f39e533edbae423fb70a7383 /gr-trellis/examples/python/CMakeLists.txt
parentf924ac3a5a942512acfff0a446b6badedcf388a6 (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.txt1
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}
)