Newer
Older
#------------------------------------------------------------------------------#
# Distributed under the OSI-approved Apache License, Version 2.0. See
# accompanying file Copyright.txt for details.
#------------------------------------------------------------------------------#
if(ADIOS2_HAVE_MPI)
target_link_libraries(hello_hdf5Writer MPI::MPI_C)
else()
add_executable(hello_hdf5Writer helloHDF5Writer_nompi.cpp)
target_link_libraries(hello_hdf5Writer adios2)