diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-09-27 17:39:41 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-09-28 12:34:45 -0700 |
commit | 0d28752da7dd4a25a890caef0fad3cadd5742655 (patch) | |
tree | e01b2c8e48b85e2c0b7c0aaba376571f5851a599 /host/utils/CMakeLists.txt | |
parent | 3b6a1699d84bdcc21615fb7480ef1f09bea32b34 (diff) | |
download | uhd-0d28752da7dd4a25a890caef0fad3cadd5742655.tar.gz uhd-0d28752da7dd4a25a890caef0fad3cadd5742655.tar.bz2 uhd-0d28752da7dd4a25a890caef0fad3cadd5742655.zip |
utils: Also removed usrp_n2xx_net_burner_gui.py
Diffstat (limited to 'host/utils/CMakeLists.txt')
-rw-r--r-- | host/utils/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/utils/CMakeLists.txt b/host/utils/CMakeLists.txt index eb5a29df9..33cb5a972 100644 --- a/host/utils/CMakeLists.txt +++ b/host/utils/CMakeLists.txt @@ -156,9 +156,7 @@ ENDIF(NOT HAVE_PYTHON_MODULE_REQUESTS) IF(ENABLE_USRP2) SET(burners usrp2_card_burner.py - usrp2_card_burner_gui.py usrp_n2xx_net_burner.py - usrp_n2xx_net_burner_gui.py ) IF(WIN32 AND UHD_RELEASE_MODE) #include dd.exe |