diff --git a/CTestCustom.cmake b/CTestCustom.cmake index 811414aa4b5..7aaf6aab552 100644 --- a/CTestCustom.cmake +++ b/CTestCustom.cmake @@ -225,6 +225,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION "clang: warning: unknown warning option" # don't complain about warnings in jemalloc source "jemalloc-3.2.0/src" - # don't complain about ranlib on empty archive - "ranlib:" - ) + # don't complain about ranlib or libtool on empty archive + "has no symbols" + "the table of contents is empty" + ) \ No newline at end of file