Skip to content

Commit

Permalink
Merge pull request #1928 from kgerheiser/patch-1
Browse files Browse the repository at this point in the history
Add BUILD_SHARED_LIBS option
  • Loading branch information
jedwards4b authored Sep 19, 2022
2 parents 07d5d16 + f18736b commit f43b5a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ option (PIO_USE_MPIIO "Enable support for MPI-IO auto detect" ON)
option (PIO_USE_MPISERIAL "Enable mpi-serial support (instead of MPI)" OFF)
option (PIO_USE_PNETCDF_VARD "Use pnetcdf put_vard " OFF)
option (WITH_PNETCDF "Require the use of PnetCDF" ON)
option (BUILD_SHARED_LIBS "Build shared libraries" ON)

if(APPLE)
# The linker on macOS does not include `common symbols` by default
Expand Down

0 comments on commit f43b5a8

Please sign in to comment.