X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaToolsTools.git;a=blobdiff_plain;f=Linux%2Fscripts%2Fcdashmod.sh;h=eb694739999b4ea95956fe75aa49dc21a5bfff00;hp=fd2afe78566cee0d1898d89c262f0c27b5b51260;hb=5ef3cb6d1fb5ee5a3eda8ba80b787a1284e00256;hpb=11a6feb9054c17fef700a38495935d0b911c8bba diff --git a/Linux/scripts/cdashmod.sh b/Linux/scripts/cdashmod.sh index fd2afe7..eb69473 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 $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 .