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 8ce292f commit 6b62a8eCopy full SHA for 6b62a8e
scripts/_build_helper.py
@@ -98,7 +98,7 @@ def make_cmake_args(
98
f"-DCMAKE_C_COMPILER:PATH={c_compiler}" if c_compiler else "",
99
f"-DCMAKE_CXX_COMPILER:PATH={cxx_compiler}" if cxx_compiler else "",
100
f"-DDPCTL_ENABLE_L0_PROGRAM_CREATION={'ON' if level_zero else 'OFF'}",
101
- f"-DDPTL_ENABLE_GLOG:BOOL={'ON' if glog else 'OFF'}",
+ f"-DDPCTL_ENABLE_GLOG:BOOL={'ON' if glog else 'OFF'}",
102
]
103
104
if verbose:
0 commit comments