diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2012-02-29 09:28:53 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-02-29 10:01:30 -0800 |
commit | 757dd0915ee4a32c65c940d7bc255ae812fa6b6a (patch) | |
tree | 68d5749e94737c378b4f5d4337b4c3d73f643c3f /host/cmake/Modules | |
parent | a58ee6e29a9859b7eebb261fdcddf60de627c1aa (diff) | |
download | uhd-757dd0915ee4a32c65c940d7bc255ae812fa6b6a.tar.gz uhd-757dd0915ee4a32c65c940d7bc255ae812fa6b6a.tar.bz2 uhd-757dd0915ee4a32c65c940d7bc255ae812fa6b6a.zip |
Changes Windows installer filename to match naming convention of Ubuntu and Fedora installers
Diffstat (limited to 'host/cmake/Modules')
-rw-r--r-- | host/cmake/Modules/UHDPackage.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/cmake/Modules/UHDPackage.cmake b/host/cmake/Modules/UHDPackage.cmake index ef303bc58..4dd072c37 100644 --- a/host/cmake/Modules/UHDPackage.cmake +++ b/host/cmake/Modules/UHDPackage.cmake @@ -74,6 +74,7 @@ IF((DEBIAN OR REDHAT) AND LSB_RELEASE_EXECUTABLE) ENDIF() IF(${CPACK_GENERATOR} STREQUAL NSIS) + SET(CPACK_PACKAGE_FILE_NAME "uhd_${UHD_VERSION}_win32") SET(CPACK_PACKAGE_INSTALL_DIRECTORY "${CMAKE_PROJECT_NAME}") ENDIF() |