]> Creatis software - clitk.git/blobdiff - travis/travis_build_vtk.sh
change vtk version 6.0 to 5.10
[clitk.git] / travis / travis_build_vtk.sh
index 14649bc5e1762f5065f0ebe4a98ebc860ca79be3..5b7e7e873a5128431ab0e56119b3097769ad6106 100755 (executable)
@@ -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