[1.5] Rework r2827. getopt was still being used in java binding
Update issue 301
This commit is contained in:
parent
7d6d19c473
commit
ff72d131ed
|
@ -7,8 +7,12 @@ SET(openjpegjni_SRCS
|
|||
${OPENJPEG_SOURCE_DIR}/applications/codec/index.c
|
||||
${OPENJPEG_SOURCE_DIR}/applications/codec/convert.c
|
||||
#${OPENJPEG_SOURCE_DIR}/applications/common/color.c
|
||||
)
|
||||
if(NOT USE_SYSTEM_GETOPT)
|
||||
list(APPEND openjpegjni_SRCS
|
||||
${OPENJPEG_SOURCE_DIR}/applications/common/opj_getopt.c
|
||||
)
|
||||
endif()
|
||||
|
||||
# JNI binding:
|
||||
find_package(JNI REQUIRED)
|
||||
|
|
Loading…
Reference in New Issue