Skip to content

Commit

Permalink
Accidentally part of commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanUnderhill committed Mar 19, 2024
1 parent e740a58 commit 0f5f5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def build(
build_dir,
"-DCMAKE_POSITION_INDEPENDENT_CODE=ON",
"-DUSE_CXX17=ON",
"-DUSE_CUDA=ON" # if cuda_home else "-DUSE_CUDA=OFF",
"-DUSE_CUDA=ON" if cuda_home else "-DUSE_CUDA=OFF",
f"-DBUILD_WHEEL={build_wheel}",
]

Expand Down

0 comments on commit 0f5f5a6

Please sign in to comment.