diff options
-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() |