Skip to content

cmake: check if adios2 install has SST enabled? #3261

@cwsmith

Description

@cwsmith

Hello,

My app is linking against ADIOS2 via CMake and I'd like enable an additional test if SST was enabled in the ADIOS2 install. Is there a CMake one liner to check if an ADIOS2 install had SST enabled?

My initial search didn't find an exposed cmake variable defined from find_package(ADIOS2 CONFIG ...)and, from what I can tell, SST isn't a component that can be listed in the find_package call. The closest thing I could find, but have not successfully tried, is checking for the added EVPath dependency (workstation build) or the existence of the bin/sst_conn_tool binary... but those are not great solutions.

Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions