mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-23 07:02:13 -06:00
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})
|