Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit fbe7cd0

Browse files
authored
Fix CMake argument on Windows (#333)
1 parent 9ea57a8 commit fbe7cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/windows/builder.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ function Get-CMakeConfigureArgs {
351351
}
352352

353353
# Build for all supported GPU archs, not just the detected arch.
354-
$kwargs += "-DBUILD_ALL_SUPPORTED_ARCHS"
354+
$kwargs += "-DBUILD_ALL_SUPPORTED_ARCHS=ON"
355355

356356
# Detect Python from current environment
357357
$pythonExe = (Get-Command python -ErrorAction SilentlyContinue).Source

0 commit comments

Comments
 (0)