aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake
diff options
context:
space:
mode:
authorTrung N Tran <trung.tran@ettus.com>2018-02-26 12:21:43 -0800
committerMartin Braun <martin.braun@ettus.com>2018-02-27 12:13:06 -0800
commit82100306d0b7ba6c7483853c3e7bcc54619eae8e (patch)
tree52247e2dc152e6baf203b22171073761f4349040 /host/cmake
parent49734e4fdb075f1d0a9ed457b4e1412159e11b3b (diff)
downloaduhd-82100306d0b7ba6c7483853c3e7bcc54619eae8e.tar.gz
uhd-82100306d0b7ba6c7483853c3e7bcc54619eae8e.tar.bz2
uhd-82100306d0b7ba6c7483853c3e7bcc54619eae8e.zip
Revert "utils: images downloader: forced update of CMake variable"
This reverts commit cf1bf696649c958c53d7f4cf0a280242c254e4be.
Diffstat (limited to 'host/cmake')
-rw-r--r--host/cmake/Modules/UHDImagesDownloader.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/host/cmake/Modules/UHDImagesDownloader.cmake b/host/cmake/Modules/UHDImagesDownloader.cmake
deleted file mode 100644
index 63c5ded75..000000000
--- a/host/cmake/Modules/UHDImagesDownloader.cmake
+++ /dev/null
@@ -1,6 +0,0 @@
-#UHD images downloader configuration
-FILE(READ ${CURRENT_DIR}/../../images/manifest.txt CMAKE_MANIFEST_CONTENTS)
-CONFIGURE_FILE(
- ${CURRENT_DIR}/uhd_images_downloader.py.in
- ${INSTALL_DIR}/uhd_images_downloader.py
-@ONLY)