Skip to content
Snippets Groups Projects
Commit 23c47aa0 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

CTestCustom: ignore duplicate rpath warnings

parent 5f574baf
Branches
No related tags found
No related merge requests found
......@@ -235,6 +235,9 @@ if (NOT cdash_show_third_party_warnings)
# Timeout errors of SCCACHE are common cases for long builds such as VTK+VTKm+CUDA
"sccache: warning: The server looks like it shut down unexpectedly, compiling locally instead"
# Ignore warnings from Apple's new linker about duplicate rpath flags.
"ld: warning: duplicate -rpath"
)
endif ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment