[Cmake-commits] CMake branch, next, updated. v2.8.7-3352-ge262721
Eric Noulard
eric.noulard at gmail.com
Tue Mar 27 01:59:00 EDT 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via e26272157599349803ca853abab89bc7c4bc8544 (commit)
via 8fe0da598172265594e43ca5f12e8698c7d13f25 (commit)
from cee132f0cea0c8ff7e6cb0c0ec3b3c3987c4bc5c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e26272157599349803ca853abab89bc7c4bc8544
commit e26272157599349803ca853abab89bc7c4bc8544
Merge: cee132f 8fe0da5
Author: Eric Noulard <eric.noulard at gmail.com>
AuthorDate: Tue Mar 27 01:58:59 2012 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Mar 27 01:58:59 2012 -0400
Merge topic 'CPackNSIS-smallDocTypoFix' into next
8fe0da5 Fix some doc typo and add an undocumented var.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8fe0da598172265594e43ca5f12e8698c7d13f25
commit 8fe0da598172265594e43ca5f12e8698c7d13f25
Author: Eric NOULARD <eric.noulard at gmail.com>
AuthorDate: Tue Mar 27 07:55:02 2012 +0200
Commit: Eric NOULARD <eric.noulard at gmail.com>
CommitDate: Tue Mar 27 07:55:02 2012 +0200
Fix some doc typo and add an undocumented var.
diff --git a/Modules/CPackNSIS.cmake b/Modules/CPackNSIS.cmake
index 7d9f29b..90f6536 100644
--- a/Modules/CPackNSIS.cmake
+++ b/Modules/CPackNSIS.cmake
@@ -15,16 +15,20 @@
##end
#
##variable
-# CPACK_NSIS_MUI_ICON - The icon file (.ico) for the generated
+# CPACK_NSIS_MUI_ICON - The icon file (<dot>ico) for the generated
# install program.
##end
#
##variable
-# CPACK_NSIS_MUI_UNIICON - The icon file (.ico) for the generated
+# CPACK_NSIS_MUI_UNIICON - The icon file (<dot>ico) for the generated
# uninstall program.
##end
#
##variable
+# CPACK_NSIS_INSTALLER_MUI_ICON_CODE - undocumented.
+##end
+#
+##variable
# CPACK_NSIS_EXTRA_INSTALL_COMMANDS - Extra NSIS commands that will
# be added to the install Section.
##end
@@ -40,7 +44,8 @@
##end
#
##variable
-# CPACK_NSIS_MODIFY_PATH - If this is set to "ON", then an extra page
+# CPACK_NSIS_MODIFY_PATH - Modify PATH toggle.
+# If this is set to "ON", then an extra page
# will appear in the installer that will allow the user to choose
# whether the program directory should be added to the system PATH
# variable.
-----------------------------------------------------------------------
Summary of changes:
Modules/CPackNSIS.cmake | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list