error

CMake Error at CMakeLists.txt:4 (FIND_PACKAGE):
By not providing “FindVTK.cmake” in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by “VTK”, but
CMake did not find one.

Could not find a package configuration file provided by “VTK” with any of
the following names:

VTKConfig.cmake
vtk-config.cmake

Add the installation prefix of “VTK” to CMAKE_PREFIX_PATH or set “VTK_DIR”
to a directory containing one of the above files. If “VTK” provides a
separate development package or SDK, be sure it has been installed.

There’s a lot of missing information here. What are you trying to do? You need to pass -DVTK_DIR to CMake during configuration to tell it where your VTK is located. Did you install that VTK? What version is it?