Skip to content
Snippets Groups Projects
Commit c0abd610 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

SuperBuild: gdal: update geos lib name for msvc

parent 18643528
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ CURL_LIB = $(CURL_DIR)\lib\libcurl.lib wsock32.lib wldap32.lib winmm.lib
# Uncomment for GEOS support (GEOS >= 3.1.0 required)
GEOS_DIR=@CMAKE_WIN_INSTALL_PREFIX@
GEOS_CFLAGS = -I$(GEOS_DIR)\include -I$(GEOS_DIR)\include\geos -DHAVE_GEOS
GEOS_LIB = $(GEOS_DIR)\lib\geos.lib $(GEOS_DIR)\lib\geos_c.lib
GEOS_LIB = $(GEOS_DIR)\lib\geos_i.lib $(GEOS_DIR)\lib\geos_c_i.lib
# Uncomment for OpenJpeg support
HAVE_OPENJPEG = YES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment