]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/cdashmod.sh
Added a tag to remove Boost deprecated warnings for CDash compilation.
[creaToolsTools.git] / 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 .