-
Notifications
You must be signed in to change notification settings - Fork 135
Closed
Labels
area: buildBuild issuesBuild issues
Description
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.
stvdwtt
Metadata
Metadata
Assignees
Labels
area: buildBuild issuesBuild issues