From: Eduardo DAVILA Date: Tue, 8 Aug 2017 13:23:27 +0000 (+0200) Subject: #3105 creaToolsTools Bug New Normal - creatools branch vtk7itk4 compilation with... X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=7bd1c7c15859d1388c92178e4994efeaff6a224f;p=creaToolsTools.git #3105 creaToolsTools Bug New Normal - creatools branch vtk7itk4 compilation with vtk7 --- diff --git a/Linux/scripts/ThirdParty-install-VTK.sh b/Linux/scripts/ThirdParty-install-VTK.sh index dcc347b..c30e43f 100644 --- a/Linux/scripts/ThirdParty-install-VTK.sh +++ b/Linux/scripts/ThirdParty-install-VTK.sh @@ -216,7 +216,7 @@ then CMakeCache.txt fi - cmake -D VTK_Group_Views:BOOL=ON -D VTK_Group_Qt:BOOL=ON CMakeCache.txt + cmake -D VTK_Group_Views:BOOL=ON -D VTK_Group_Qt:BOOL=ON -D VTK_RENDERING_BACKEND:STRING=OpenGL2 CMakeCache.txt cmake -D BUILD_EXAMPLES:BOOL=OFF -D BUILD_TESTING:BOOL=OFF -D BUILD_SHARED_LIBS:BOOL=ON CMakeCache.txt ##?? cmake -D CMAKE_CXX_FLAGS:STRING='-std=c++03' CMakeCache.txt