From 5ef3cb6d1fb5ee5a3eda8ba80b787a1284e00256 Mon Sep 17 00:00:00 2001 From: Claire Mouton Date: Fri, 4 Apr 2014 17:36:44 +0200 Subject: [PATCH] Added a tag to remove Boost deprecated warnings for CDash compilation. --- Linux/scripts/cdashmod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . -- 2.44.0