Skip to content

Commit

Permalink
Drop unneeded CUDA echo line
Browse files Browse the repository at this point in the history
This is unset & unused as best we can tell. So drop this `echo` line.
  • Loading branch information
jakirkham committed Jul 25, 2023
1 parent 3336a0e commit 6d79d60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conda/recipes/libcucim/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ CUCIM_BUILD_TYPE=${CUCIM_BUILD_TYPE:-release}

echo "CC : ${CC}"
echo "CXX : ${CXX}"
echo "CUDA : ${CUDA}"

# CUDA needs to include $PREFIX/include as system include path
export CUDAFLAGS="-isystem $BUILD_PREFIX/include -isystem $PREFIX/include "
Expand Down

0 comments on commit 6d79d60

Please sign in to comment.