We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e40ec commit 56554d7Copy full SHA for 56554d7
buildbot/configure.py
@@ -164,8 +164,8 @@ def do_configure(args):
164
165
if args.l0_headers and args.l0_loader:
166
cmake_cmd.extend([
167
- "-DL0_INCLUDE_DIR={}".format(args.l0_headers),
168
- "-DL0_LIBRARY={}".format(args.l0_loader)])
+ "-DLEVEL_ZERO_INCLUDE_DIR={}".format(args.l0_headers),
+ "-DLEVEL_ZERO_LIBRARY={}".format(args.l0_loader)])
169
elif args.l0_headers or args.l0_loader:
170
sys.exit("Please specify both Level Zero headers and loader or don't specify "
171
"none of them to let download from github.com")
0 commit comments