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)

sergeneren/Volumetric-Path-Tracer source/CMakeLists.txt :6

find_package(OpenVDB CONFIG REQUIRED)

UPBGE/upbge build_files/cmake/platform/platform_apple.cmake :292

find_package(OpenVDB)

CrealityOfficial/CrealityPrint CMakeLists.txt :665

find_package(OpenVDB 5.0 COMPONENTS openvdb)