Skip to content

Commit

Permalink
-DADIOS2_USE_Campaign=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Oct 8, 2024
1 parent 6a83a4c commit c5e2e50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library_builders.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exit /b 0

cmake --version

cmake -S dep-adios2/ADIOS2-fix-static-blosc2-build -B build-adios2 ^
cmake -S dep-adios2/ADIOS2-v2.10.1 -B build-adios2 ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_DISABLE_FIND_PACKAGE_LibFFI=TRUE ^
-DBUILD_SHARED_LIBS=OFF ^
Expand All @@ -33,6 +33,7 @@ exit /b 0
-DADIOS2_Blosc2_PREFER_SHARED=OFF ^
-DADIOS2_USE_Blosc2=ON ^
-DADIOS2_USE_BZip2=OFF ^
-DADIOS2_USE_Campaign=OFF ^
-DADIOS2_USE_Fortran=OFF ^
-DADIOS2_USE_HDF5=OFF ^
-DADIOS2_USE_MHS=OFF ^
Expand Down
1 change: 1 addition & 0 deletions library_builders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ function build_adios2 {
-DADIOS2_Blosc2_PREFER_SHARED=OFF \
-DADIOS2_USE_BZip2=OFF \
-DADIOS2_USE_Blosc2=ON \
-DADIOS2_USE_Campaign=OFF \
-DADIOS2_USE_Fortran=OFF \
-DADIOS2_USE_HDF5=OFF \
-DADIOS2_USE_MHS=OFF \
Expand Down

0 comments on commit c5e2e50

Please sign in to comment.