From 2271a5963c1131bf2e15a687e8563e99843f4062 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Thu, 4 Aug 2022 16:19:53 +0200 Subject: [PATCH] #3450 vtk9itk5wx3-macos --- Linux/scripts/ThirdParty-install-gdcm.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ' -- 2.45.1