summaryrefslogtreecommitdiffstats
path: root/Tests/Contracts/VTK/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Bump CMake minimum required in tests to 2.8.12Chuck Atkins2020-12-231-1/+1
| | | | | | | 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.
* Tests/Contracts: Update VTK repository URLBrad King2019-12-141-1/+1
| | | | | The vtk.org/vtk.git repository has long been superseded by the repository on gitlab.kitware.com. The former is no longer available.
* Tests: Factor out contract test HOME findingBrad King2017-11-031-18/+1
|
* Tests/Contracts: Fix failing VTK Contract testZack Galbreath2013-12-091-2/+1
| | | | | This test was failing because it was attempting to build VTK in the wrong directory.
* Tests/Contracts: Update test for VTK release branchZack Galbreath2013-12-051-0/+48
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.