Hi team, I have installed VTK-9.3.1, but it is throwing an error as
CMake Warning at CMake/vtkModule.cmake:4787 (find_package):
By not providing “Findospray.cmake” in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by “ospray”, but
CMake did not find one.
Could not find a package configuration file provided by “ospray” (requested
version 2.1) with any of the following names:
osprayConfig.cmake
ospray-config.cmake
Add the installation prefix of “ospray” to CMAKE_PREFIX_PATH or set
“ospray_DIR” to a directory containing one of the above files. If “ospray”
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
Rendering/RayTracing/CMakeLists.txt:59 (vtk_module_find_package)
CMake Error at CMake/vtkModule.cmake:4793 (message):
Could not find the ospray external dependency.
Call Stack (most recent call first):
Rendering/RayTracing/CMakeLists.txt:59 (vtk_module_find_package)
How can I resolve this error? Any recommendations would be helpful.