summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-03-25 14:23:12 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-03-25 14:23:24 (GMT)
commit3e4e02dcc53e285eee50f1a487ba5a4eeb729d5b (patch)
tree6abcc6503589765395b108081d8c0002be479c28 /Help
parentfb91e21e469edd827714011ecabdee587c72811f (diff)
parenta6a52563955a5a42e1fec856d65479444ba5fbdc (diff)
downloadCMake-3e4e02dcc53e285eee50f1a487ba5a4eeb729d5b.zip
CMake-3e4e02dcc53e285eee50f1a487ba5a4eeb729d5b.tar.gz
CMake-3e4e02dcc53e285eee50f1a487ba5a4eeb729d5b.tar.bz2
Merge topic 'nsis-branding-trim-position' into release-3.20
a6a5256395 CPack: Validate and document NSIS branding text trim positions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5928
Diffstat (limited to 'Help')
-rw-r--r--Help/cpack_gen/nsis.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/cpack_gen/nsis.rst b/Help/cpack_gen/nsis.rst
index eaef8ae..de1f3b5 100644
--- a/Help/cpack_gen/nsis.rst
+++ b/Help/cpack_gen/nsis.rst
@@ -193,3 +193,5 @@ on Windows Nullsoft Scriptable Install System.
.. versionadded:: 3.20
If set, trim down the size of the control to the size of the branding text string.
+ Allowed values for this variable are ``LEFT``, ``CENTER`` or ``RIGHT``.
+ If not specified, the default behavior is ``LEFT``.