cmake OpenVDB examples

prusa3d/PrusaSlicer CMakeLists.txt :571

find_package(OpenVDB 5.0 COMPONENTS openvdb)

bambulab/BambuStudio CMakeLists.txt :585

find_package(OpenVDB 5.0 COMPONENTS openvdb)

SoftFever/OrcaSlicer CMakeLists.txt :678

find_package(OpenVDB 5.0 COMPONENTS openvdb)

zenustech/zeno projects/.unusedTools/cmake/FindOpenVDB.cmake :13

find_package(OpenVDB
    [version] [EXACT]      # Minimum or EXACT version
    [REQUIRED]             # Fail with error if OpenVDB is not found
    [COMPONENTS <libs>...] # OpenVDB libraries by their canonical name
                           # e.g. "openvdb" for "libopenvdb",
                           # "pyopenvdb" for the python plugin
                           # "openvdb_ax" for the OpenVDB AX extension
                           # "openvdb_houdini" for the houdini plugin
    )

AcademySoftwareFoundation/openvdb CMakeLists.txt :449

find_package(OpenVDB REQUIRED)

RenderKit/ospray-studio sg/CMakeLists.txt :33

find_package(OpenVDB 9.0.0 REQUIRED)

pavelsevecek/OpenSPH CMakeLists.txt :89

find_package(OpenVDB REQUIRED)

ziyinq/Bimocq src/bimocq3D/CMakeLists.txt :2

find_package(OpenVDB REQUIRED)

PixarAnimationStudios/OpenUSD cmake/defaults/Packages.cmake :257

find_package(OpenVDB REQUIRED)

PRBonn/vdbfusion 3rdparty/find_dependencies.cmake :56

find_package(OpenVDB QUIET)

SCIInstitute/ShapeWorks CMakeLists.txt :57

find_package(OpenVDB MODULE REQUIRED)

delta3d/delta3d CMakeLists.txt :87

FIND_PACKAGE(OpenVDB REQUIRED)

CrealityOfficial/CrealityPrint CMakeLists.txt :665

find_package(OpenVDB 5.0 COMPONENTS openvdb)