From a3ed6778dd614ca547cdb3fdb0416eeaaaa3c807 Mon Sep 17 00:00:00 2001 From: "Gregory J. Ward" Date: Fri, 17 Jul 2020 16:05:05 +0000 Subject: [PATCH] chore(Windows): added installer root location --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b9f51d85c..63409ca41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,6 +38,7 @@ if(NOT WIN32) endif() if(WIN32) + set(CPACK_NSIS_INSTALL_ROOT "C:") set(CPACK_NSIS_MODIFY_PATH 1) set(qt_plugin_term "LIBRARY")