X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=travis%2Ftravis_build_vtk.sh;h=5b7e7e873a5128431ab0e56119b3097769ad6106;hb=776f50aff3e47001b78e1c7dc4d51e789434f92a;hp=14649bc5e1762f5065f0ebe4a98ebc860ca79be3;hpb=aa6b838a5b6880c40ca8d9dbe72846c5812e5f93;p=clitk.git diff --git a/travis/travis_build_vtk.sh b/travis/travis_build_vtk.sh index 14649bc..5b7e7e8 100755 --- a/travis/travis_build_vtk.sh +++ b/travis/travis_build_vtk.sh @@ -9,8 +9,8 @@ elif [ "$QT_VERSION" == "5.5.1" ]; then fi #Prepare cmake arguments following the VTK version -if [ "$VTK_VERSION" == "6.0" ]; then -vtk_repo_str=" --branch v6.0.0 https://github.com/Kitware/VTK.git --depth 1" +if [ "$VTK_VERSION" == "5.10" ]; then +vtk_repo_str=" --branch v5.10.0 https://github.com/Kitware/VTK.git --depth 1" cmake_arg_str=" $cmake_arg_str -DBUILD_SHARED_LIBS=1 -DCMAKE_BUILD_TYPE=Release