Skip to content

Commit 618ef2c

Browse files
committed
ADIOS2: release_210 Branch
1 parent 3c556b9 commit 618ef2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library_builders.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 ^

0 commit comments

Comments
 (0)