mirror of
https://github.com/reactos/CMake.git
synced 2025-02-12 23:19:13 +00:00
![Zack Galbreath](/assets/img/avatar_default.png)
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})
|