Skip to content

Commit 12af8e3

Browse files
author
Simon Rit
committed
BUG: Remove quotes around cmake_options to allow more than one option
1 parent 1243f8d commit 12af8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/windows-download-cache-and-build-module-wheels.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if ("$setup_options".length -gt 0) {
104104
$build_command = "$build_command $setup_options"
105105
}
106106
if("$cmake_options".length -gt 0) {
107-
$build_command = "$build_command -- `"$cmake_options`""
107+
$build_command = "$build_command -- $cmake_options"
108108
}
109109
echo $build_command
110110

0 commit comments

Comments
 (0)