Running and Verification
Procedure
- Download VTKExamples and add it to the test directory.
git clone https://github.com/lorensen/VTKExamples.git cd VTKExamples
- Execute the test.
cd build cmake .. -DVTK_DIR:PATH=/usr/local/VTK-7.1.1 -DBUILD_TESTING:BOOL=ON make ctest
If the following information is displayed, the verification is successful.

Parent topic: VTK 7.1.1 Porting Guide (openEuler 20.03)