Skip to content

Commit

Permalink
added required configuration fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
hypdeb committed Sep 9, 2024
1 parent 6d31409 commit b50e8ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cuda/private/toolchain_configs/clang.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -516,4 +516,5 @@ cuda_toolchain_config = rule(
},
provides = [CudaToolchainConfigInfo],
toolchains = use_cpp_toolchain(mandatory = True),
fragments = ["cpp"],
)
1 change: 1 addition & 0 deletions cuda/private/toolchain_configs/nvcc.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -526,4 +526,5 @@ cuda_toolchain_config = rule(
},
provides = [CudaToolchainConfigInfo],
toolchains = use_cpp_toolchain(mandatory = True),
fragments = ["cpp"],
)
1 change: 1 addition & 0 deletions cuda/private/toolchain_configs/nvcc_msvc.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -614,4 +614,5 @@ cuda_toolchain_config = rule(
},
provides = [CudaToolchainConfigInfo],
toolchains = use_cpp_toolchain(mandatory = True),
fragments = ["cpp"],
)

0 comments on commit b50e8ad

Please sign in to comment.