1b173f25b4
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.
4 lines
134 B
CMake
4 lines
134 B
CMake
set(exe "$ENV{HOME}/.cmake/Contracts/VTK/VTK-build/bin/vtkCommonCoreCxxTests")
|
|
set(args otherArrays)
|
|
set(VTK_RUN_TEST ${exe} ${args})
|