build paraview with openvdb

hi,the following is the error message. But I can’t found none of them:
OpenVDBConfig.cmake
openvdb-config.cmake

strong textCMake Warning at VTK/CMake/vtkModule.cmake:4365 (find_package):
By not providing “FindOpenVDB.cmake” in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by “OpenVDB”, but
CMake did not find one.

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

OpenVDBConfig.cmake
openvdb-config.cmake

Add the installation prefix of “OpenVDB” to CMAKE_PREFIX_PATH or set
“OpenVDB_DIR” to a directory containing one of the above files. If
“OpenVDB” provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
VTK/IO/OpenVDB/CMakeLists.txt:9 (vtk_module_find_package)

CMake Error at VTK/CMake/vtkModule.cmake:4371 (message):
Could not find the OpenVDB external dependency.
Call Stack (most recent call first):
VTK/IO/OpenVDB/CMakeLists.txt:9 (vtk_module_find_package)

We’re in the process of updating the ParaView superbuild to include the third party libraries needed for this. The other option is for you to build the third party libraries (e.g. OpenVDB, Blosc, OpenEXR, TBB, etc.) yourself and make sure that CMake finds them properly during the ParaView configuration process.

1 Like