summaryrefslogtreecommitdiffstats
path: root/Help/cpack_gen
diff options
context:
space:
mode:
authorJohnny Jazeix <jazeix@gmail.com>2020-04-14 11:47:49 (GMT)
committerJohnny Jazeix <jazeix@gmail.com>2020-04-14 11:47:49 (GMT)
commitd6840a4f3cee501aa910035bb7fa2dad3c8d7f73 (patch)
tree86fc4c6b95c7e910cb31e4fd6cfaca1faa1d78ef /Help/cpack_gen
parentfab932c3cba9423443c7ab25fda3999e4fc4b347 (diff)
downloadCMake-d6840a4f3cee501aa910035bb7fa2dad3c8d7f73.zip
CMake-d6840a4f3cee501aa910035bb7fa2dad3c8d7f73.tar.gz
CMake-d6840a4f3cee501aa910035bb7fa2dad3c8d7f73.tar.bz2
CPack/NSIS: Add option for setting DPI-aware
See https://nsis.sourceforge.io/Reference/ManifestDPIAware for more information. Fixes: #17724
Diffstat (limited to 'Help/cpack_gen')
-rw-r--r--Help/cpack_gen/nsis.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/cpack_gen/nsis.rst b/Help/cpack_gen/nsis.rst
index d1e495f..0dd876e 100644
--- a/Help/cpack_gen/nsis.rst
+++ b/Help/cpack_gen/nsis.rst
@@ -155,3 +155,7 @@ on Windows Nullsoft Scriptable Install System.
.. variable:: CPACK_NSIS_MUI_HEADERIMAGE
The image to display on the header of installers pages.
+
+.. variable:: CPACK_NSIS_MANIFEST_DPI_AWARE
+
+ If set, declares that the installer is DPI-aware.