diff options
author | Josh Blum <josh@joshknows.com> | 2012-08-31 11:21:01 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-08-31 11:21:01 -0700 |
commit | 9d6f94929ebe66d8839441a3ab1c190aac1c1cab (patch) | |
tree | b655b9e60ccc754215d36f5e1493c53bb3eeb7ac | |
parent | 667dcf0b98bb5a99654cf883fb97d2a549582cff (diff) | |
download | uhd-9d6f94929ebe66d8839441a3ab1c190aac1c1cab.tar.gz uhd-9d6f94929ebe66d8839441a3ab1c190aac1c1cab.tar.bz2 uhd-9d6f94929ebe66d8839441a3ab1c190aac1c1cab.zip |
uhd: moved UHD_IMAGES_DOWNLOAD_SRC to master
-rw-r--r-- | host/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 5a6c4f7ec..e3f08c03a 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -198,7 +198,7 @@ INSTALL(FILES # Images download directory for utils/uhd_images_downloader.py ######################################################################## -SET(UHD_IMAGES_DOWNLOAD_SRC "http://files.ettus.com/binaries/next_images/archive/uhd-images_003.004.003-205-g4896bf78.zip") +SET(UHD_IMAGES_DOWNLOAD_SRC "http://files.ettus.com/binaries/master_images/archive/uhd-images_003.004.003-205-g4896bf78.zip") ######################################################################## # Register top level components |