From 6c57a48c247400b78911406645a902d3fe22ab94 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 19 Mar 2024 09:57:21 -0400 Subject: CTestCustom: Ignore warnings about curl and expat objects with no symbols --- CTestCustom.cmake.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 85af8ed..3ba8f54 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -12,8 +12,8 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION "warning: \\(Long double usage is reported only once for each file" "warning: To disable this warning use" "could not be inlined" - "libcmexpat.*has no symbols" - "libcmcurl.*has no symbols" + "libcm(curl|expat).*has no symbols" + "cm(curl|expat).build/[^ ]*.o has no symbols" "not sorted slower link editing will result" "stl_deque.h:479" "Utilities.cmzlib." -- cgit v0.12