[GRASS-SVN] r71277 - grass/trunk/lib/raster

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 17 16:31:46 PDT 2017


Author: martinl
Date: 2017-07-17 16:31:46 -0700 (Mon, 17 Jul 2017)
New Revision: 71277

Modified:
   grass/trunk/lib/raster/gdal.c
Log:
libraster: link against GDAL 2.2 (OSGeo4W)

Modified: grass/trunk/lib/raster/gdal.c
===================================================================
--- grass/trunk/lib/raster/gdal.c	2017-07-17 23:30:50 UTC (rev 71276)
+++ grass/trunk/lib/raster/gdal.c	2017-07-17 23:31:46 UTC (rev 71277)
@@ -114,6 +114,7 @@
 	"libgdal1.7.0.so",
 # endif
 # ifdef _WIN32
+	"gdal202.dll",        
 	"gdal201.dll",
 	"gdal200.dll",
 	"gdal111.dll",



More information about the grass-commit mailing list