| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Since 3.19, CMake generates a deprecation warning when using a minimum
version less than 2.8.12. This eliminates those warnings generated
during tests, which are typically hidden from the user and developer but
are being generated nonetheless.
|
|
|
|
| |
Configure our contract test to work with the VTK 9.0 branch.
|
|
|
|
|
| |
The vtk.org/vtk.git repository has long been superseded by the
repository on gitlab.kitware.com. The former is no longer available.
|
|
|
|
|
| |
Use separate `CMake_TEST_CONTRACT_<project>` variables for each test.
Make the set of possible tests match what is in the source tree.
|
| |
|
|
|
|
|
| |
Submit the configured Dashboard script as as Notes file to CDash.
Also add comments about the origin & purpose of this test.
|
|
|
|
|
| |
This test was failing because it was attempting to build VTK in the
wrong directory.
|
|
The plan is to reinstate the VTK contracts test so that CMake
& VTK devs will both be made aware when a change in CMake causes
build problems for VTK.
|