From 8fc06de0c5e5362d314e869bb36a28b05fb651ee Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Tue, 14 Feb 2012 11:59:41 +0000 Subject: [PATCH] Hide some warnings generated by 3rd party libs --- CMake/CTestCustom.cmake.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMake/CTestCustom.cmake.in b/CMake/CTestCustom.cmake.in index b3c4931e..487f8b99 100644 --- a/CMake/CTestCustom.cmake.in +++ b/CMake/CTestCustom.cmake.in @@ -29,4 +29,6 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION ".*warning,.* is deprecated" # supress warnings caused by 3rd party libs: ".*/thirdparty/.*" + "libtiff.*has no symbols" + "libpng.*has no symbols" )