]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/cdashmod.sh
Fixing the commit : Added a tag to remove Boost deprecated warnings for CDash compila...
[creaToolsTools.git] / Linux / scripts / cdashmod.sh
index fd2afe78566cee0d1898d89c262f0c27b5b51260..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 $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 .