You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for build error links when project not repo root (#3633)
Not all projects have the root of their CMake project at the root of the
repository. CDash currently assumes the project is at the top level of
the repository, meaning that all build error links are broken for
projects where this is not the case. This PR adds the ability to specify
the repository-relative path to the top-level CMakeLists.txt.
0 commit comments