[1.5] Do not report warning on third party lib
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Mon, 24 Feb 2014 12:26:51 +0000 (12:26 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Mon, 24 Feb 2014 12:26:51 +0000 (12:26 +0000)
CMake/CTestCustom.cmake.in

index 487f8b99523ff7c1a75028f419b73395756fecd7..ba597a34b4ed917adcc0f685200af73ca422adda 100644 (file)
@@ -28,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"
   )