File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ exit /b 0
1717
1818:build_adios2
1919 if exist adios2-stamp exit /b 0
20- curl -sLo adios2-2.10.0-rc1 .zip ^
21- https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.10.0-rc1 .zip
22- powershell Expand-Archive adios2-2.10.0-rc1 .zip -DestinationPath dep-adios2
20+ curl -sLo adios2-2.10.0.zip ^
21+ https://github.com/ornladios/ADIOS2/archive/refs/heads/release_210 .zip
22+ powershell Expand-Archive adios2-2.10.0.zip -DestinationPath dep-adios2
2323
2424 cmake --version
2525
26- cmake -S dep-adios2/ADIOS2-2.10.0-rc1 -B build-adios2 ^
26+ cmake -S dep-adios2/ADIOS2-release_210 -B build-adios2 ^
2727 -DCMAKE_BUILD_TYPE=Release ^
2828 -DCMAKE_DISABLE_FIND_PACKAGE_LibFFI=TRUE ^
2929 -DBUILD_SHARED_LIBS=OFF ^
You can’t perform that action at this time.
0 commit comments