Skip to content

Commit 56554d7

Browse files
authored
[SYCL] Align variable names with cmake file (#6986)
L0 was renamed to LEVEL_ZERO.
1 parent d9e40ec commit 56554d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildbot/configure.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ def do_configure(args):
164164

165165
if args.l0_headers and args.l0_loader:
166166
cmake_cmd.extend([
167-
"-DL0_INCLUDE_DIR={}".format(args.l0_headers),
168-
"-DL0_LIBRARY={}".format(args.l0_loader)])
167+
"-DLEVEL_ZERO_INCLUDE_DIR={}".format(args.l0_headers),
168+
"-DLEVEL_ZERO_LIBRARY={}".format(args.l0_loader)])
169169
elif args.l0_headers or args.l0_loader:
170170
sys.exit("Please specify both Level Zero headers and loader or don't specify "
171171
"none of them to let download from github.com")

0 commit comments

Comments
 (0)