Skip to content

Commit

Permalink
Update build.sh again
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jun 2, 2023
1 parent 0c4bc58 commit 15d8321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@ if (( NUMARGS == 0 )) || hasArg rmm; then
export INSTALL_PREFIX
echo "building rmm..."

SKBUILD_CMAKE_ARGS="-DCMAKE_PREFIX_PATH=${INSTALL_PREFIX} ${EXTRA_CMAKE_ARGS}" \
CMAKE_ARGS="-DCMAKE_PREFIX_PATH=${INSTALL_PREFIX} ${EXTRA_CMAKE_ARGS}" \
python -m pip install .
fi

0 comments on commit 15d8321

Please sign in to comment.