Skip to content

cmake: Update package dependencies for static libraries

Created by: bradking

When ADIOS2 is configured with BUILD_SHARED_LIBS set to OFF, more transitive dependencies need to be expressed in the package configuration file for use by consuming applications. Fix a few cases that were missing. These also caused make install to fail to generate the adios2-config package script.

Merge request reports