diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-02-24 12:26:51 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-02-24 12:26:51 +0000 |
| commit | 4e672cc1e93c90871d99c934ecd4a70d20a1b63c (patch) | |
| tree | 21a76c2d42c95d5e5962e74d27172e29f6c1e2ce /CMake | |
| parent | ced9a50367423eba0008cb08f42d81fc9f2969af (diff) | |
[1.5] Do not report warning on third party lib
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 487f8b99..ba597a34 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" # supress warnings caused by 3rd party libs: - ".*/thirdparty/.*" + ".*thirdparty.*" "libtiff.*has no symbols" "libpng.*has no symbols" ) |
