[trunk] regex would not be used to remove java deprecation warning from dashboard
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Wed, 26 Feb 2014 09:47:53 +0000 (09:47 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Wed, 26 Feb 2014 09:47:53 +0000 (09:47 +0000)
cmake/CTestCustom.cmake.in

index e04ba593596fc54f5d22a0375927df5b89564413..a19c2913b5733b06f1eae3668177a0f15b7b459a 100644 (file)
@@ -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"