]> Creatis software - clitk.git/commitdiff
Add VTK 8.1.1 and ITK 5 beta
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Tue, 18 Sep 2018 06:48:35 +0000 (08:48 +0200)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Tue, 18 Sep 2018 06:48:35 +0000 (08:48 +0200)
Clean travis script 3/n

travis/travis_build_vtk.sh

index 76c2685f9e88772d28333c7398cae57c15d5c7fc..9d36bdba3d76134a3bb0f3995bf2423e62e355ea 100755 (executable)
@@ -80,7 +80,7 @@ else
     -DVTK_USE_RENDERING=ON
     -DVTK_USE_VIEWS=ON
     -DVTK_QT_VERSION="$QT_MAJOR_VERSION" "
-  elif [ "$VTK_VERSION" == "v6.3.0" ]; then
+  elif [ "$VTK_VERSION" == "v6.3.0" ] || [ "$VTK_VERSION" == "v8.1.1" ]; then
   cmake_arg_str=" $cmake_arg_str
     -DBUILD_SHARED_LIBS=1
     -DCMAKE_BUILD_TYPE=Release