Skip to content

Commit cf05f16

Browse files
Fixed dbg_build.sh script for Linux to use L0
1 parent e6251b7 commit cf05f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl-capi/dbg_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cmake \
1313
-DCMAKE_CXX_COMPILER=dpcpp \
1414
-DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX} \
1515
-DCMAKE_PREFIX_PATH=${INSTALL_PREFIX} \
16-
-DDPCTL_ENABLE_LO_PROGRAM_CREATION=${USE_LO_HEADERS} \
16+
-DDPCTL_ENABLE_LO_PROGRAM_CREATION=ON \
1717
-DDPCTL_BUILD_CAPI_TESTS=ON \
1818
-DDPCTL_GENERATE_COVERAGE=ON \
1919
..

0 commit comments

Comments
 (0)