From: Claire Mouton Date: Mon, 7 Apr 2014 11:49:36 +0000 (+0200) Subject: Fixing the commit : Added a tag to remove Boost deprecated warnings for CDash compila... X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaToolsTools.git;a=commitdiff_plain;h=9f86a7ef87c6a5f46d1236cbea3dbf31baacfa3c Fixing the commit : Added a tag to remove Boost deprecated warnings for CDash compilation. --- diff --git a/Linux/scripts/cdashmod.sh b/Linux/scripts/cdashmod.sh index eb69473..da61e4f 100755 --- a/Linux/scripts/cdashmod.sh +++ b/Linux/scripts/cdashmod.sh @@ -47,7 +47,7 @@ git pull origin master # configures the compilation to enable testing with CDash cd $2/creatools_bin/$3Bin pwd -cmake -DBUILD_TESTING:BOOL=ON -DINCLUDE_CTEST:BOOL=ON -DCREA_BUILD_VTK:BOOL=ON -DCREA_BUILD_WX:BOOL=ON -DBOOST_SIGNALS_NO_DEPRECATION_WARNING $2/creatools_source/$3 +cmake -DBUILD_TESTING:BOOL=ON -DINCLUDE_CTEST:BOOL=ON -DCREA_BUILD_VTK:BOOL=ON -DCREA_BUILD_WX:BOOL=ON -DBOOST_SIGNALS_NO_DEPRECATION_WARNING:BOOL=ON $2/creatools_source/$3 cmake . cmake .