Merge topic 'cpack-nsis-bitmap'

3758af12 CPackNSIS: Add options to set the bitmap for NSIS installer left side
This commit is contained in:
Brad King
2015-10-08 10:31:48 -04:00
committed by CMake Topic Stage
4 changed files with 38 additions and 0 deletions

View File

@@ -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.