diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-02-26 09:47:53 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-02-26 09:47:53 +0000 |
| commit | 36a7d23273df027c879d882011450a503c9fd415 (patch) | |
| tree | 4861f2ff1ee591cfe03d4cd60ce143277301ccab /cmake | |
| parent | c4317177f3196a16563b3af22085ccea4ad2a79c (diff) | |
[trunk] regex would not be used to remove java deprecation warning from dashboard
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/CTestCustom.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/CTestCustom.cmake.in b/cmake/CTestCustom.cmake.in index e04ba593..a19c2913 100644 --- a/cmake/CTestCustom.cmake.in +++ b/cmake/CTestCustom.cmake.in @@ -28,7 +28,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION # Suppress warning caused by intentional messages about deprecation ".*warning,.* is deprecated" # java also warns about deprecated API - "java.*deprecation" + ".*java.*deprecation" # supress warnings caused by 3rd party libs: ".*thirdparty.*" "libtiff.*has no symbols" |
