Skip to content
Snippets Groups Projects
Commit ebf9b215 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

COMP: superbuild: support openjpeg2.1 in gdal

parent 4ab07492
No related branches found
No related tags found
No related merge requests found
......@@ -60,8 +60,10 @@ 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
# Uncomment for OpenJpeg (release v2.0.0) support
# Uncomment for OpenJpeg support
HAVE_OPENJPEG = YES
OPENJPEG_ENABLED = YES
OPENJPEG_VERSION = 20100
OPENJPEG_CFLAGS = -I@CMAKE_WIN_INSTALL_PREFIX@\include
OPENJPEG_LIB = @CMAKE_WIN_INSTALL_PREFIX@\lib\openjp2.lib
......
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