aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gr-usrptest/python
diff options
context:
space:
mode:
authorAndrej Rode <andrej.rode@ettus.com>2017-04-04 10:28:21 -0700
committerMartin Braun <martin.braun@ettus.com>2017-05-26 16:01:37 -0700
commit206fe4d5cbfe412c0bb2b543bfcb90d98f0604c5 (patch)
treef5c50fcc53f384d4376c910331e0667156b0d406 /tools/gr-usrptest/python
parent4b7b35570c13766ed575f69d79bf1ded954b6886 (diff)
downloaduhd-206fe4d5cbfe412c0bb2b543bfcb90d98f0604c5.tar.gz
uhd-206fe4d5cbfe412c0bb2b543bfcb90d98f0604c5.tar.bz2
uhd-206fe4d5cbfe412c0bb2b543bfcb90d98f0604c5.zip
gr-usrptest: remove unit test cmake stub
Diffstat (limited to 'tools/gr-usrptest/python')
-rw-r--r--tools/gr-usrptest/python/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gr-usrptest/python/CMakeLists.txt b/tools/gr-usrptest/python/CMakeLists.txt
index ba3d12394..9d678c815 100644
--- a/tools/gr-usrptest/python/CMakeLists.txt
+++ b/tools/gr-usrptest/python/CMakeLists.txt
@@ -20,7 +20,6 @@
########################################################################
# Include python install macros
########################################################################
-include(GrPython)
if(NOT PYTHONINTERP_FOUND)
return()
endif()