summaryrefslogtreecommitdiff
path: root/cmake/Modules
diff options
context:
space:
mode:
authorNicholas Corgan2012-02-29 09:27:57 -0800
committerNicholas Corgan2012-02-29 09:27:57 -0800
commit7ee3ea3f089122d568b06f8d86111c2df9cf798a (patch)
treeceee720631db4ca459e4b25c8edc60003667a1ee /cmake/Modules
parent5f80187454db0e3072185b7090416fcbe7204bf8 (diff)
downloadgnuradio-7ee3ea3f089122d568b06f8d86111c2df9cf798a.tar.gz
gnuradio-7ee3ea3f089122d568b06f8d86111c2df9cf798a.tar.bz2
gnuradio-7ee3ea3f089122d568b06f8d86111c2df9cf798a.zip
Changes Windows installer filename to match naming convention of Ubuntu and Fedora installers
Diffstat (limited to 'cmake/Modules')
-rw-r--r--cmake/Modules/GrPackage.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/Modules/GrPackage.cmake b/cmake/Modules/GrPackage.cmake
index 92f2567f9..3aca79632 100644
--- a/cmake/Modules/GrPackage.cmake
+++ b/cmake/Modules/GrPackage.cmake
@@ -134,6 +134,7 @@ if((DEBIAN OR REDHAT) AND LSB_RELEASE_EXECUTABLE)
endif()
if(${CPACK_GENERATOR} STREQUAL NSIS)
+ set(CPACK_PACKAGE_FILE_NAME "gnuradio_${CPACK_PACKAGE_VERSION}_win32")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "${CMAKE_PROJECT_NAME}")
endif()