Skip to content
Snippets Groups Projects
Commit 053026e2 authored by pnorbert's avatar pnorbert Committed by GitHub
Browse files

Merge pull request #121 from pnorbert/require-adios-1.12

Require adios 1.12.0 when building with -DADIOS_USE_ADIOS1=ON
parents b6d60020 e789de1d
No related branches found
No related tags found
No related merge requests found
......@@ -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