diff options
author | Josh Blum <josh@joshknows.com> | 2011-04-28 22:44:13 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-04-28 22:44:13 -0700 |
commit | f289d03d63b3e8f6009e1635ddcffbb196fb9eba (patch) | |
tree | 27308072e0c35c304d604f4eafb4335b2b07c893 /host/Modules | |
parent | 424462cb99a3c4b12ac8a79ed9bb0670e1426cba (diff) | |
download | uhd-f289d03d63b3e8f6009e1635ddcffbb196fb9eba.tar.gz uhd-f289d03d63b3e8f6009e1635ddcffbb196fb9eba.tar.bz2 uhd-f289d03d63b3e8f6009e1635ddcffbb196fb9eba.zip |
usrp2: include dd.exe in windows installers
uhd build system downloads dd.exe from ettus.com so we dont have to check it in
Diffstat (limited to 'host/Modules')
-rw-r--r-- | host/Modules/UHDPackage.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/Modules/UHDPackage.cmake b/host/Modules/UHDPackage.cmake index 416d89998..c230f1b1e 100644 --- a/host/Modules/UHDPackage.cmake +++ b/host/Modules/UHDPackage.cmake @@ -18,6 +18,8 @@ ######################################################################## INCLUDE(UHDVersion) #sets version information +SET(UHD_RELEASE_MODE "${UHD_RELEASE_MODE}" CACHE BOOL "set UHD to release mode to build installers") + ######################################################################## # Setup additional defines for OS types ######################################################################## |