prusa3d/PrusaSlicer
CMakeLists.txt
:571
find_package(OpenVDB 5.0 COMPONENTS openvdb)
find_package(OpenVDB 5.0 COMPONENTS openvdb)
find_package(OpenVDB 5.0 COMPONENTS openvdb)
find_package(OpenVDB 5.0 COMPONENTS openvdb)
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
)
find_package(OpenVDB REQUIRED)
find_package(OpenVDB 9.0.0 REQUIRED)
find_package(OpenVDB REQUIRED)
find_package(OpenVDB CONFIG REQUIRED)
find_package(OpenVDB)
find_package(OpenVDB 5.0 COMPONENTS openvdb)