CPack/NSIS: Add option for setting DPI-aware

See https://nsis.sourceforge.io/Reference/ManifestDPIAware
for more information.

Fixes: #17724
This commit is contained in:
Johnny Jazeix
2020-04-14 13:47:49 +02:00
parent fab932c3cb
commit d6840a4f3c
6 changed files with 25 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
nsis-dpi-aware
--------------
* The :cpack_gen:`CPack NSIS Generator` gained a new variable
:variable:`CPACK_NSIS_MANIFEST_DPI_AWARE` to declare that the
installer is DPI-aware.