diff --git a/CMake/CTestCustom.cmake.in b/CMake/CTestCustom.cmake.in
index ee66cddce46f86d9af5bf5b7e7f0b262c8b3b4f1..82a574691e3ccc226a1cf3a23cf55ed05d23ada4 100644
--- a/CMake/CTestCustom.cmake.in
+++ b/CMake/CTestCustom.cmake.in
@@ -75,7 +75,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
   "[Qq]t.*note: see declaration of"
 
   # Intel compilers warn about large functions, but we don't usually care.
-  "remark #11074: Inlining inhibited by limit max-total-size"
+  "remark #11074: Inlining inhibited by limit (max-total-size|max-size)"
   # Ignore the suggestion line for more information too.
   "remark #11076: To get full report use"
   )