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

COMP: fix install FILES

parent c28d9c05
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
function(install_java_bindings)
if(HAVE_JAVA)
install(FILE ${SUPERBUILD_INSTALL_DIR}/lib/otb/java/org.otb.application.jar
install(FILES ${SUPERBUILD_INSTALL_DIR}/lib/otb/java/org.otb.application.jar
DESTINATION ${PKG_STAGE_DIR}/lib/java
)
endif()
......
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