From e474a6097135ab616d65ee8635351dd977cbe14d Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 14 Jan 2016 16:38:57 -0800 Subject: [PATCH] include InstallOptions for MUI2 --- 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 d47a691805..6c80dcfc01 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -24,6 +24,7 @@ ;Include Modern UI !include "MUI2.nsh" + !include "InstallOptions.nsh" ;Default installation folder InstallDir "@CPACK_NSIS_INSTALL_ROOT@\@CPACK_PACKAGE_INSTALL_DIRECTORY@"