We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4e30d commit 5b32a16Copy full SHA for 5b32a16
1 file changed
library_builders.bat
@@ -18,8 +18,9 @@ exit /b 0
18
:build_adios2
19
if exist adios2-stamp exit /b 0
20
curl -sLo adios2-2.10.2.zip ^
21
- https://github.com/ornladios/ADIOS2/archive/v2.10.2.zip
+ https://github.com/ax3l/ADIOS2/archive/refs/heads/fix-win32-msvc-build-error.zip
22
powershell Expand-Archive adios2-2.10.2.zip -DestinationPath dep-adios2
23
+ dir dep-adios2
24
25
cmake --version
26
0 commit comments