Skip to content
Snippets Groups Projects
CMakeLists.txt 583 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
add_subdirectory(bp)
  add_subdirectory(adios1)
endif()

  add_subdirectory(hdf5)
endif()

  add_subdirectory(dataman)
endif()