Skip to content

Commit

Permalink
switch to BUILD_SHARED_LIBS=ON (should build both)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed May 16, 2023
1 parent 63fe8cb commit 66e4f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FetchContent_Populate(hdf5)
# set the project name
project(libhdf5-wasm-build)

option(BUILD_SHARED_LIBS "Build shared libs" OFF)
option(BUILD_SHARED_LIBS "Build shared libs" ON)
option(HDF5_BUILD_EXAMPLES "Build Examples" OFF)
option(HDF5_BUILD_TOOLS "Build Tools" OFF)
option(HDF5_BUILD_UTILS "Build Utils" OFF)
Expand Down

0 comments on commit 66e4f3b

Please sign in to comment.