summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-03-02 09:26:15 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-03-02 09:26:15 +0000
commitc433c2f2e230fdbb41e66ab2080d7beb72a00efa (patch)
treeeddb1cd09458350c938af552031566b3b1552674 /CMake
parent9e52c330ae5e00b40401c90e59f13600d5bcb907 (diff)
[trunk] Backport toplevel files from 1.5
Diffstat (limited to 'CMake')
-rw-r--r--CMake/CTestCustom.cmake.in2
1 files changed, 2 insertions, 0 deletions
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"
)