prusa3d/PrusaSlicer
cmake/modules/FindOpenVDB.cmake
:350
find_package(IlmBase QUIET)
find_package(IlmBase QUIET)
find_package(IlmBase QUIET)
find_package(IlmBase QUIET)
find_package(IlmBase
[version] [EXACT] # Minimum or EXACT version
[REQUIRED] # Fail with error if IlmBase is not found
[COMPONENTS <libs>...] # IlmBase libraries by their canonical name
# e.g. "Half" for "libHalf"
)
find_package(IlmBase CONFIG)
find_package(IlmBase COMPONENTS Half REQUIRED)
find_package(IlmBase CONFIG)
find_package(IlmBase CONFIG)
FIND_PACKAGE (ILMBase)
find_package(IlmBase QUIET)