Skip to content

Commit

Permalink
Disable STATIC builds in TS CI...
Browse files Browse the repository at this point in the history
Fixes a mistake where SHARED builds were disabled in CMake
  • Loading branch information
derobins committed Oct 4, 2023
1 parent 8d0ed39 commit 2af1c79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,8 @@ jobs:
${{ matrix.generator }} \
-DCMAKE_BUILD_TYPE=${{ matrix.build_mode.cmake }} \
-DCMAKE_TOOLCHAIN_FILE=${{ matrix.toolchain }} \
-DBUILD_SHARED_LIBS=OFF \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_STATIC_LIBS=OFF \
-DHDF5_ENABLE_ALL_WARNINGS=ON \
-DHDF5_ENABLE_THREADSAFE:BOOL=ON \
-DHDF5_ENABLE_PARALLEL:BOOL=${{ matrix.parallel }} \
Expand Down

0 comments on commit 2af1c79

Please sign in to comment.