我想在CMake中编译一个程序,但我得到这个错误。CMake无法找到VTKConfig.cmake
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" (requested
version 6.1) with any of the following names:
VTKConfig.cmake
vtk-config.cmake
我无法在机器上找到相关的文件(VTKConfig.cmake或VTK-config.cmake),但确实有VTKConfig.cmake.in(这也不起作用)。 有谁知道我可以在哪里下载文件格式,或者我可能会做错什么。