Skip to content

Commit 2e59f38

Browse files
author
Karim Vadsariya
committed
Fix cmake toolset settings
1 parent eff95c6 commit 2e59f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci_build/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2802,7 +2802,7 @@ def main():
28022802

28032803
make_extra_args = ["-A", target_arch, "-G", args.cmake_generator]
28042804

2805-
if (args.use_cuda and (not args.enable_generic_interface)):
2805+
if args.use_cuda:
28062806
cmake_extra_args += ["-T", toolset]
28072807

28082808
if args.enable_wcos:

0 commit comments

Comments
 (0)