Skip to content

Commit

Permalink
Fix build when using system version
Browse files Browse the repository at this point in the history
  • Loading branch information
elmattic committed Jun 27, 2024
1 parent 4eee547 commit 35fa946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ fn cuda_version_from_build_system() -> (usize, usize) {
"11.7" => (11, 7),
"11.6" => (11, 6),
"11.5" => (11, 5),
"11.4" => (11, 4),
v => panic!("Unsupported cuda toolkit version: `{v}`. Please raise a github issue."),
}
}
Expand Down

0 comments on commit 35fa946

Please sign in to comment.