We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff95c6 commit 2e59f38Copy full SHA for 2e59f38
tools/ci_build/build.py
@@ -2802,7 +2802,7 @@ def main():
2802
2803
make_extra_args = ["-A", target_arch, "-G", args.cmake_generator]
2804
2805
- if (args.use_cuda and (not args.enable_generic_interface)):
+ if args.use_cuda:
2806
cmake_extra_args += ["-T", toolset]
2807
2808
if args.enable_wcos:
0 commit comments