diff --git a/library_builders.bat b/library_builders.bat index 598519098b..ef87d2401d 100644 --- a/library_builders.bat +++ b/library_builders.bat @@ -17,13 +17,13 @@ exit /b 0 :build_adios2 if exist adios2-stamp exit /b 0 - curl -sLo adios2-2.10.0-rc1.zip ^ - https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.10.0-rc1.zip - powershell Expand-Archive adios2-2.10.0-rc1.zip -DestinationPath dep-adios2 + curl -sLo adios2-2.10.0.zip ^ + https://github.com/ornladios/ADIOS2/archive/refs/heads/release_210.zip + powershell Expand-Archive adios2-2.10.0.zip -DestinationPath dep-adios2 cmake --version - cmake -S dep-adios2/ADIOS2-2.10.0-rc1 -B build-adios2 ^ + cmake -S dep-adios2/ADIOS2-release_210 -B build-adios2 ^ -DCMAKE_BUILD_TYPE=Release ^ -DCMAKE_DISABLE_FIND_PACKAGE_LibFFI=TRUE ^ -DBUILD_SHARED_LIBS=OFF ^