summaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2012-02-29 09:28:53 -0800
committerJosh Blum <josh@joshknows.com>2012-02-29 10:01:30 -0800
commit757dd0915ee4a32c65c940d7bc255ae812fa6b6a (patch)
tree68d5749e94737c378b4f5d4337b4c3d73f643c3f /host/cmake/Modules
parenta58ee6e29a9859b7eebb261fdcddf60de627c1aa (diff)
downloaduhd-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.cmake1
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()