Skip to content

Commit

Permalink
Fix for cuda_compiler_version not found on local builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe authored and h-vetinari committed Jul 29, 2023
1 parent 58cc10d commit e89fbbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ c_compiler: # [win]
- vs2019 # [win]
cxx_compiler: # [win]
- vs2019 # [win]
cuda_compiler_version:
- None # [os.environ.get("CF_CUDA_ENABLED", "False") == "False"]

0 comments on commit e89fbbe

Please sign in to comment.