[1.5] Do not report warning on third party lib

This commit is contained in:
Mathieu Malaterre 2014-02-24 12:26:51 +00:00
parent ced9a50367
commit 4e672cc1e9
1 changed files with 1 additions and 1 deletions

View 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"
)