Skip to content

Commit

Permalink
Merge pull request #2919 from rhaas80/master
Browse files Browse the repository at this point in the history
h5vol: remove forced SHARED build to respect BUILD_SHARED_LIBS option
  • Loading branch information
JasonRuonanWang authored Oct 26, 2021
2 parents d96a4fd + 175daad commit 68d6272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/h5vol/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# accompanying file Copyright.txt for details.
#------------------------------------------------------------------------------#

add_library(adios2_h5vol SHARED
add_library(adios2_h5vol
H5VolReadWrite.c
H5Vol.c
H5VolUtil.c
Expand Down

0 comments on commit 68d6272

Please sign in to comment.