[trunk] remove warnings generated by all project in thirdparties
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Mon, 1 Oct 2012 11:14:20 +0000 (11:14 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Mon, 1 Oct 2012 11:14:20 +0000 (11:14 +0000)
cmake/CTestCustom.cmake.in

index 39c2c4d7bc3fdc78cfb23f1a9709ece2d1c54df3..cdde4a7ec5b174f97e08a67ee10d896447fbb1c9 100644 (file)
@@ -20,7 +20,6 @@ set(CTEST_CUSTOM_COVERAGE_EXCLUDE
 
   # Exclude files from the ThirdParty Utilities directories
   ".*/thirdparty/.*"
-  ".*libtiff.*"
   )
 
 set(CTEST_CUSTOM_WARNING_EXCEPTION
@@ -29,7 +28,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
   # Suppress warning caused by intentional messages about deprecation
   ".*warning,.* is deprecated"
   # supress warnings caused by 3rd party libs:
-  ".*/thirdparty/.*"
+  ".*thirdparty.*"
   "libtiff.*has no symbols"
   "libpng.*has no symbols"
   )