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" )