diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-01 11:14:20 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-01 11:14:20 +0000 |
| commit | c450d418efd9a232d14b7df54e4f07e00bdeae8f (patch) | |
| tree | f81b7ffdfec3680dca70588167ece952d64e3736 | |
| parent | c3b1af023bddcd48212871a39a634dcf7be62a88 (diff) | |
[trunk] remove warnings generated by all project in thirdparties
| -rw-r--r-- | cmake/CTestCustom.cmake.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/CTestCustom.cmake.in b/cmake/CTestCustom.cmake.in index 39c2c4d7..cdde4a7e 100644 --- a/cmake/CTestCustom.cmake.in +++ b/cmake/CTestCustom.cmake.in @@ -20,7 +20,6 @@ set(CTEST_CUSTOM_COVERAGE_EXCLUDE # Exclude files from the ThirdParty Utilities directories ".*/thirdparty/.*" - ".*libtiff.*" ) set(CTEST_CUSTOM_WARNING_EXCEPTION @@ -29,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" ) |
