From 8d1b2872705826c2aa2e5cee68c5b11584ad356a Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Thu, 31 Aug 2017 10:13:11 +0200 Subject: [PATCH] #3118 creaToolsTools Feature New Normal - branch changestoITK3and4 --- Linux/scripts/CreaTools-load.sh | 2 ++ Linux/scripts/ThirdParty-install-ITK.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.1