]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/creaContoursVariables.sh
Merge branch 'vtk8itk5wx3-macos' of ssh://git.creatis.insa-lyon.fr/creaToolsTools...
[creaToolsTools.git] / Linux / scripts / creaContoursVariables.sh
index 6a5a75f3499622aaa504317cdd3567d32c5fd2f9..c61c8db47711fd0c5b40d5c85f7d102ab1d2e8a2 100644 (file)
@@ -30,7 +30,7 @@ binfolder=$2/creatools_bin/$1Bin
 cd $binfolder
 
 TDx=$4
-cxxFlags='-fPIC '
+cxxFlags='-fPIC -std=c++11 '
 # TDx is declared in: CreaTools-configure.sh
 if [ "$TDx" == "ON" ]; then
   cxxFlags=$cxxFlags'-F/Library/Frameworks '