Skip to content

Commit 1f06668

Browse files
Update pyproject.toml
1 parent 79792c5 commit 1f06668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${CUDA_PATH}/lib:${CUDA_PATH}/lib64"
1919
# pyproject.toml
2020
[tool.cibuildwheel.config-settings]
2121
"cmake.args" = [
22-
"-DUSE_CUDA=ON"
22+
"-DUSE_CUDA=ON",
2323
"-DCMAKE_CUDA_COMPILER=\\\"which nvcc\\\""
2424
]
2525

0 commit comments

Comments
 (0)