diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-09 23:24:39 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-09 23:24:39 (GMT) |
commit | 25f6a108ea2ad65580a7bf7514d0e05c1c06c62c (patch) | |
tree | f420db05ddefea1b58a3f66e711aaa2d8dc6a5bf /Modules | |
parent | f219d3c2637b311d1080a43595e03dc747cb143f (diff) | |
download | CMake-25f6a108ea2ad65580a7bf7514d0e05c1c06c62c.zip CMake-25f6a108ea2ad65580a7bf7514d0e05c1c06c62c.tar.gz CMake-25f6a108ea2ad65580a7bf7514d0e05c1c06c62c.tar.bz2 |
ENH: Use specified output file name, also detect errors during install
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/NSIS.template.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/NSIS.template.in b/Modules/NSIS.template.in index b48f832..f895a30 100644 --- a/Modules/NSIS.template.in +++ b/Modules/NSIS.template.in @@ -52,7 +52,7 @@ FunctionEnd ;Name and file Name "@CPACK_PACKAGE_NAME@ ${VERSION}" - OutFile "@CPACK_TOPLEVEL_DIRECTORY@/@CPACK_PACKAGE_NAME@-${VERSION}-${PATCH}-win32.exe" + OutFile "@CPACK_TOPLEVEL_DIRECTORY@/@CPACK_OUTPUT_FILE_NAME@" ;-------------------------------- ;Interface Settings |