]> Creatis software - creaToolsTools.git/commitdiff
Fixing the commit : Added a tag to remove Boost deprecated warnings for CDash compila...
authorClaire Mouton <claire.mouton@creatis.insa-lyon.fr>
Mon, 7 Apr 2014 11:49:36 +0000 (13:49 +0200)
committerClaire Mouton <claire.mouton@creatis.insa-lyon.fr>
Mon, 7 Apr 2014 11:49:36 +0000 (13:49 +0200)
Linux/scripts/cdashmod.sh

index eb694739999b4ea95956fe75aa49dc21a5bfff00..da61e4f6d4c2f05579c7a278b792e15da8ad8245 100755 (executable)
@@ -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 .