Skip to content
Snippets Groups Projects
CMakeLists.txt 608 B
Newer Older
#------------------------------------------------------------------------------#
# Distributed under the OSI-approved Apache License, Version 2.0.  See
# accompanying file Copyright.txt for details.
#------------------------------------------------------------------------------#

# We currently require ADIOS1 to test ADIOS v2 bp functionality since the read
# API is not available yet
if(ADIOS_USE_ADIOS1)
  add_subdirectory(bp)
endif()

if(ADIOS_USE_ADIOS1)
  add_subdirectory(adios1)
endif()

if(ADIOS_USE_HDF5)
  add_subdirectory(hdf5)
endif()

if(ADIOS_USE_DataMan)
  add_subdirectory(dataman)
endif()