[trunk] Remove SONAME from Java binding
This commit is contained in:
parent
f2808de855
commit
b4b451863d
|
@ -24,6 +24,9 @@ include_directories(
|
||||||
add_library(openjpegjni MODULE
|
add_library(openjpegjni MODULE
|
||||||
${openjpegjni_SRCS}
|
${openjpegjni_SRCS}
|
||||||
)
|
)
|
||||||
|
# Java module should not have a SONAME:
|
||||||
|
set_property(TARGET openjpegjni PROPERTY NO_SONAME 1)
|
||||||
|
|
||||||
# FIXME (need to use old API):
|
# FIXME (need to use old API):
|
||||||
if(BUILD_MJ2)
|
if(BUILD_MJ2)
|
||||||
target_link_libraries(openjpegjni openmj2)
|
target_link_libraries(openjpegjni openmj2)
|
||||||
|
|
Loading…
Reference in New Issue