Skip to content
Snippets Groups Projects
Commit c9ddf77e authored by Julien Malik's avatar Julien Malik
Browse files

BUG: fix #491 - remove dependency of Java wrapper on Python wrapper

parent 6f7a5e9d
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,8 @@ macro(SWIG_ADD_SOURCE_TO_MODULE name outfiles infile)
else(CMAKE_SWIG_OUTDIR)
set(swig_outdir ${CMAKE_CURRENT_BINARY_DIR})
endif(CMAKE_SWIG_OUTDIR)
# cleanup swig_extra_generated_files content for multi-langage wrapping support
set(swig_extra_generated_files)
SWIG_GET_EXTRA_OUTPUT_FILES(${SWIG_MODULE_${name}_LANGUAGE}
swig_extra_generated_files
"${swig_outdir}"
......
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