]> Creatis software - creaToolsTools.git/commitdiff
Added a tag to remove Boost deprecated warnings for CDash compilation.
authorClaire Mouton <claire.mouton@creatis.insa-lyon.fr>
Fri, 4 Apr 2014 15:36:44 +0000 (17:36 +0200)
committerClaire Mouton <claire.mouton@creatis.insa-lyon.fr>
Fri, 4 Apr 2014 15:36:44 +0000 (17:36 +0200)
Linux/scripts/cdashmod.sh

index fd2afe78566cee0d1898d89c262f0c27b5b51260..eb694739999b4ea95956fe75aa49dc21a5bfff00 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 $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 $2/creatools_source/$3
 cmake .
 cmake .