Skip to content

Commit

Permalink
#97: fix unused argument in setup vtk script
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Sep 23, 2024
1 parent 62f3a6d commit c9b5d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/setup_vtk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ VTK_DIR=${VTK_DIR:-"/opt/build/vtk"}
VTK_VERSION=${VTK_VERSION:-"9.3.1"}

echo "Setup VTK $VTK_VERSION from source..."
git clone --recursive --branch v${VTK_VERSION} https://gitlab.kitware.com/vtk/vtk.git /opt/src/vtk
git clone --recursive --branch v${VTK_VERSION} https://gitlab.kitware.com/vtk/vtk.git ${VTK_SRC_DIR}

mkdir -p $VTK_DIR
pushd $VTK_DIR
Expand Down

0 comments on commit c9b5d94

Please sign in to comment.