From: Eduardo DAVILA Date: Thu, 31 Aug 2017 08:13:11 +0000 (+0200) Subject: #3118 creaToolsTools Feature New Normal - branch changestoITK3and4 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=8d1b2872705826c2aa2e5cee68c5b11584ad356a;p=creaToolsTools.git #3118 creaToolsTools Feature New Normal - branch changestoITK3and4 --- diff --git a/Linux/scripts/CreaTools-load.sh b/Linux/scripts/CreaTools-load.sh index 6842d04..ef10529 100644 --- a/Linux/scripts/CreaTools-load.sh +++ b/Linux/scripts/CreaTools-load.sh @@ -129,6 +129,8 @@ then git checkout changestoITK3and4 cd $generationdir/creatools_source/$creabrukersource git checkout changestoITK3and4 + cd $generationdir/creatools_source/$creaimagesource + git checkout changestoITK3and4 fi diff --git a/Linux/scripts/ThirdParty-install-ITK.sh b/Linux/scripts/ThirdParty-install-ITK.sh index b1c1aa8..761a267 100644 --- a/Linux/scripts/ThirdParty-install-ITK.sh +++ b/Linux/scripts/ThirdParty-install-ITK.sh @@ -75,7 +75,7 @@ source $PWD/scripts/CreaTools-configure.sh then stdCompiler=c++98 else - stdCompiler=c++03 + stdCompiler=c++11 fi