From 4e672cc1e93c90871d99c934ecd4a70d20a1b63c Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Mon, 24 Feb 2014 12:26:51 +0000 Subject: [PATCH] [1.5] Do not report warning on third party lib --- CMake/CTestCustom.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )