]> Creatis software - creaToolsTools.git/commitdiff
#3376 creaToolsTools Bug New Normal - vtk8itk5wx3-mingw64
authorEduardo DAVILA <davila@localhost.localdomain>
Thu, 26 Mar 2020 14:36:54 +0000 (15:36 +0100)
committerEduardo DAVILA <davila@localhost.localdomain>
Thu, 26 Mar 2020 14:36:54 +0000 (15:36 +0100)
Linux/scripts/ThirdParty-install-VTK.sh
Linux/scripts/ThirdParty-install-gdcm.sh

index e2f26791d3d6a1e28219f4fe509ad5652cbfe12c..a8ad7f4f1e97941de90efa932e290b25234af419 100644 (file)
@@ -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"
index ac383cde8843c80511a87fe35dc4b7cbadd485ef..11725e913d8f302346ffc2dd2b7282c008cee0c7 100644 (file)
@@ -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