From: Eduardo DAVILA Date: Thu, 4 Aug 2022 14:19:53 +0000 (+0200) Subject: #3450 vtk9itk5wx3-macos X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2271a5963c1131bf2e15a687e8563e99843f4062;p=creaToolsTools.git #3450 vtk9itk5wx3-macos --- diff --git a/Linux/scripts/ThirdParty-install-gdcm.sh b/Linux/scripts/ThirdParty-install-gdcm.sh index c374ae6..6c4f1da 100644 --- a/Linux/scripts/ThirdParty-install-gdcm.sh +++ b/Linux/scripts/ThirdParty-install-gdcm.sh @@ -45,8 +45,6 @@ source $PWD/scripts/CreaTools-configure.sh if [ `getDistrib` == "CentOS" ] && [ `getKernelVersion` < "2.6.34" ] then stdCompiler=c++98 - else - stdCompiler=c++11 fi @@ -125,7 +123,9 @@ fi ## fi -cxxFlags='-std=c++11 ' +#cxxFlags='-std=c++11 ' +cxxFlags=' ' + if [ $TDx == "ON" ] then cxxFlags=$cxxFlags'-F/Library/Frameworks -DVTK_USE_TDX '