aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/package.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/package.cmake')
-rw-r--r--cmake/package.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/package.cmake b/cmake/package.cmake
index ffea3f04..7bbb1373 100644
--- a/cmake/package.cmake
+++ b/cmake/package.cmake
@@ -26,7 +26,7 @@
IF (WIN32)
SET(CPACK_GENERATOR "NSIS")
- set(CPACK_NSIS_INSTALL_ROOT "C:")
+ set(CPACK_NSIS_INSTALL_ROOT "C:/Programs")
ELSE()
SET(CPACK_GENERATOR "TGZ")
SET(CPACK_PACKAGING_INSTALL_PREFIX /usr)