Skip to content

Problematic find_package calls in axom-config.cmake #1853

@ldowen

Description

@ldowen

The export target logic in axom-config.cmake calls things like find_package(MPI REQUIRED) if conduit and MPI are both enabled. This seems excessive and poses an issue for any project that might only want to find the MPI package for certain languages. It also seems unnecessary in the event that MPI has already been found, which is likely if the project is using MPI locally.

find_package(MPI REQUIRED)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Build systemIssues related to Axom's build systemReviewedUser RequestIssues related to user requestsmpiRelated to MPI communication

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions