We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76866da commit 4e248e3Copy full SHA for 4e248e3
CMakeLists.txt
@@ -95,7 +95,7 @@ option (PIO_USE_MPIIO "Enable support for MPI-IO auto detect" ON)
95
option (PIO_USE_MPISERIAL "Enable mpi-serial support (instead of MPI)" OFF)
96
option (PIO_USE_PNETCDF_VARD "Use pnetcdf put_vard " OFF)
97
option (WITH_PNETCDF "Require the use of PnetCDF" ON)
98
-option (PIO_USE_GDAL "Enable support for Geospatial Data Abstraction Library ON")
+option (PIO_USE_GDAL "Enable support for Geospatial Data Abstraction Library" ON)
99
option (BUILD_SHARED_LIBS "Build shared libraries" OFF)
100
101
if(APPLE)
0 commit comments