aboutsummaryrefslogtreecommitdiffstats
path: root/cmake-win
diff options
context:
space:
mode:
Diffstat (limited to 'cmake-win')
-rwxr-xr-xcmake-win1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake-win b/cmake-win
index f8e9f512..25ebdfc4 100755
--- a/cmake-win
+++ b/cmake-win
@@ -31,6 +31,7 @@ if [ "$mode" = "maint" ]; then
elif [ "$mode" = "ci" ]; then
args=("${args[@]}" -DCI_MODE=1 -DINSTALL_MANUAL=1)
fi
+args=("${args[@]}" -DCPACK_NSIS_MODIFY_PATH=ON)
set -x
cmake "${args[@]}" $dir