summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-10-08 14:31:48 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-10-08 14:31:48 (GMT)
commitc997595ea36b60803068fafdbe0f7041b3cc9da0 (patch)
tree89f3b68430efaebe4665f019fb0453c5815d705e /Help
parent3cf71728a17899673f7a07dea9d0242e7d7bff1f (diff)
parent3758af12fab8bc3c6279400621be94c4aa540a70 (diff)
downloadCMake-c997595ea36b60803068fafdbe0f7041b3cc9da0.zip
CMake-c997595ea36b60803068fafdbe0f7041b3cc9da0.tar.gz
CMake-c997595ea36b60803068fafdbe0f7041b3cc9da0.tar.bz2
Merge topic 'cpack-nsis-bitmap'
3758af12 CPackNSIS: Add options to set the bitmap for NSIS installer left side
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/cpack-nsis-bitmap.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/cpack-nsis-bitmap.rst b/Help/release/dev/cpack-nsis-bitmap.rst
new file mode 100644
index 0000000..c5ccfb5
--- /dev/null
+++ b/Help/release/dev/cpack-nsis-bitmap.rst
@@ -0,0 +1,6 @@
+cpack-nsis-bitmap
+-----------------
+
+* The :module:`CPackNSIS` module learned new variables to add bitmaps to the
+ installer. See the :variable:`CPACK_NSIS_MUI_WELCOMEFINISHPAGE_BITMAP`
+ and :variable:`CPACK_NSIS_MUI_UNWELCOMEFINISHPAGE_BITMAP` variables.