From: Eduardo DAVILA Date: Thu, 26 Mar 2020 14:36:54 +0000 (+0100) Subject: #3376 creaToolsTools Bug New Normal - vtk8itk5wx3-mingw64 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=127071c51c9be94ce1cea2ece08f72ceb23a9d9f;p=creaToolsTools.git #3376 creaToolsTools Bug New Normal - vtk8itk5wx3-mingw64 --- diff --git a/Linux/scripts/ThirdParty-install-VTK.sh b/Linux/scripts/ThirdParty-install-VTK.sh index e2f2679..a8ad7f4 100644 --- a/Linux/scripts/ThirdParty-install-VTK.sh +++ b/Linux/scripts/ThirdParty-install-VTK.sh @@ -71,12 +71,11 @@ source $PWD/scripts/CreaTools-configure.sh if [ `getDistrib` == "CentOS" ] && [ `getKernelVersion` < "2.6.34" ] then stdCompiler=c++98 - else - stdCompiler=c++03 +# else +# stdCompiler=c++03 fi - scriptDir=$PWD sourcesDir=$generationdir/thirdparty_sources binDir=$generationdir/thirdparty_bin @@ -155,7 +154,6 @@ fi unzip VTK-8.1.1.zip - #if [ $buildType = "Debug" ] #then # debug="ON" diff --git a/Linux/scripts/ThirdParty-install-gdcm.sh b/Linux/scripts/ThirdParty-install-gdcm.sh index ac383cd..11725e9 100644 --- a/Linux/scripts/ThirdParty-install-gdcm.sh +++ b/Linux/scripts/ThirdParty-install-gdcm.sh @@ -44,8 +44,8 @@ source $PWD/scripts/CreaTools-configure.sh if [ `getDistrib` == "CentOS" ] && [ `getKernelVersion` < "2.6.34" ] then stdCompiler=c++98 - else - stdCompiler=c++03 +# else +# stdCompiler=c++11 fi