aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'host/cmake/Modules')
-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)