Skip to content

Commit 4e248e3

Browse files
committed
Was failing with CMAKE v4. Now works with CMake > 3.5
MSL
1 parent 76866da commit 4e248e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ option (PIO_USE_MPIIO "Enable support for MPI-IO auto detect" ON)
9595
option (PIO_USE_MPISERIAL "Enable mpi-serial support (instead of MPI)" OFF)
9696
option (PIO_USE_PNETCDF_VARD "Use pnetcdf put_vard " OFF)
9797
option (WITH_PNETCDF "Require the use of PnetCDF" ON)
98-
option (PIO_USE_GDAL "Enable support for Geospatial Data Abstraction Library ON")
98+
option (PIO_USE_GDAL "Enable support for Geospatial Data Abstraction Library" ON)
9999
option (BUILD_SHARED_LIBS "Build shared libraries" OFF)
100100

101101
if(APPLE)

0 commit comments

Comments
 (0)