diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2020-05-15 15:54:52 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2020-05-22 15:34:14 (GMT) |
commit | d89d333070a9d2275a1b502853b4e629e696809e (patch) | |
tree | d8e25c5171249bfe26bf2af88e3f60558d548760 /CTestCustom.cmake.in | |
parent | 165e56950aef21468940384fe1b51cc7a676ef7d (diff) | |
download | CMake-d89d333070a9d2275a1b502853b4e629e696809e.zip CMake-d89d333070a9d2275a1b502853b4e629e696809e.tar.gz CMake-d89d333070a9d2275a1b502853b4e629e696809e.tar.bz2 |
CTestCustom: ignore expat having symbol-less objects too
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 5b78f2e..4c8267d 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -11,6 +11,7 @@ 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" "not sorted slower link editing will result" "stl_deque.h:479" |