Skip to content
Snippets Groups Projects
Commit e789de1d authored by Podhorszki, Norbert's avatar Podhorszki, Norbert
Browse files

Require adios 1.12.0 when building with -DADIOS_USE_ADIOS1=ON

parent 1173bd19
No related branches found
No related tags found
1 merge request!121Require adios 1.12.0 when building with -DADIOS_USE_ADIOS1=ON
......@@ -77,9 +77,9 @@ endif()
if(ADIOS_USE_ADIOS1)
if(ADIOS_USE_MPI)
find_package(ADIOS1 REQUIRED)
find_package(ADIOS1 1.12.0 REQUIRED)
else()
find_package(ADIOS1 COMPONENTS sequential REQUIRED)
find_package(ADIOS1 1.12.0 COMPONENTS sequential REQUIRED)
endif()
target_sources(adios2 PRIVATE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment