Skip to content

Always load "Base" component in find_package

Kenneth Moreland requested to merge kmorel/vtk-m:autoload-base-component into master

A big part of the VTK-m find_package configuration is a set of components that load different parts of VTK-m's configuration. If you load none of the components, you do not actually get enough to compile any part of VTK-m, which is confusing. To get around this, always load the "Base" component.

Merge request reports