From 66a15e8f82ea34522d31881827c9b278f8f122e5 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 18 Jan 2016 11:49:53 -0800 Subject: [PATCH] make the installer DPI aware --- cmake/templates/NSIS.template.in | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index 1b5d22e430..ec60bc9824 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -37,6 +37,7 @@ ; Set name prior to inner loop so uninstaller has correct values Name "@CPACK_NSIS_PACKAGE_NAME@" BrandingText " " + ManifestDPIAware true !ifdef INNER !echo "Inner invocation" ; just to see what's going on