summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-09 23:24:39 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-09 23:24:39 (GMT)
commit25f6a108ea2ad65580a7bf7514d0e05c1c06c62c (patch)
treef420db05ddefea1b58a3f66e711aaa2d8dc6a5bf /Modules
parentf219d3c2637b311d1080a43595e03dc747cb143f (diff)
downloadCMake-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.in2
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