[GRASS-SVN] r73574 - grass/trunk/lib/raster
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Oct 19 04:32:07 PDT 2018
Author: martinl
Date: 2018-10-19 04:32:07 -0700 (Fri, 19 Oct 2018)
New Revision: 73574
Modified:
grass/trunk/lib/raster/gdal.c
Log:
libraster: add support for GDAL 2.3 on Windows
Modified: grass/trunk/lib/raster/gdal.c
===================================================================
--- grass/trunk/lib/raster/gdal.c 2018-10-19 11:30:38 UTC (rev 73573)
+++ grass/trunk/lib/raster/gdal.c 2018-10-19 11:32:07 UTC (rev 73574)
@@ -115,6 +115,7 @@
"libgdal1.7.0.so",
# endif
# ifdef _WIN32
+ "gdal203.dll",
"gdal202.dll",
"gdal201.dll",
"gdal200.dll",
More information about the grass-commit
mailing list