From: tbaudier Date: Tue, 18 Sep 2018 06:48:35 +0000 (+0200) Subject: Add VTK 8.1.1 and ITK 5 beta X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=clitk.git;a=commitdiff_plain;h=be4cecf6043adc9287d43f7778739d6fd3b734cb Add VTK 8.1.1 and ITK 5 beta Clean travis script 3/n --- diff --git a/travis/travis_build_vtk.sh b/travis/travis_build_vtk.sh index 76c2685..9d36bdb 100755 --- a/travis/travis_build_vtk.sh +++ b/travis/travis_build_vtk.sh @@ -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