Skip to content

Commit 3f7482f

Browse files
Correct typo: CMAKE_WITH_REDIST->DPCTL_WITH_REDIST
1 parent 118eda0 commit 3f7482f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export CMAKE_GENERATOR=Ninja
2222
# Make CMake verbose
2323
export VERBOSE=1
2424

25-
CMAKE_ARGS="${CMAKE_ARGS} -DDPCTL_LEVEL_ZERO_INCLUDE_DIR=${PREFIX}/include/level_zero -DCMAKE_WITH_REDIST=ON"
25+
CMAKE_ARGS="${CMAKE_ARGS} -DDPCTL_LEVEL_ZERO_INCLUDE_DIR=${PREFIX}/include/level_zero -DDPCTL_WITH_REDIST=ON"
2626

2727
# -wnx flags mean: --wheel --no-isolation --skip-dependency-check
2828
${PYTHON} -m build -w -n -x

0 commit comments

Comments
 (0)