Skip to content

Commit 6b62a8e

Browse files
committed
fix typo in cmake arg
1 parent 8ce292f commit 6b62a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/_build_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def make_cmake_args(
9898
f"-DCMAKE_C_COMPILER:PATH={c_compiler}" if c_compiler else "",
9999
f"-DCMAKE_CXX_COMPILER:PATH={cxx_compiler}" if cxx_compiler else "",
100100
f"-DDPCTL_ENABLE_L0_PROGRAM_CREATION={'ON' if level_zero else 'OFF'}",
101-
f"-DDPTL_ENABLE_GLOG:BOOL={'ON' if glog else 'OFF'}",
101+
f"-DDPCTL_ENABLE_GLOG:BOOL={'ON' if glog else 'OFF'}",
102102
]
103103

104104
if verbose:

0 commit comments

Comments
 (0)