[vtk-developers] Disable wrapping java for a non vtkObject class

Joachim Pouderoux joachim.pouderoux at kitware.com
Thu Jul 2 06:33:54 EDT 2015


Mathieu,

Your code
<https://gitlab.kitware.com/mwestphal/vtk/compare/32ff5f4aea8d1808aed2e376e06d8e9dc8b594c5...a252bb5ce2eb5469dcf79888b009c258b980b1d7>
is:
set_source_files_properties(
  vtkParticleBase
  vtkParticleExample
   WRAP_EXCLUDE)

which is incorrect because those are not sources files that will be checked
by vtkWrapJava.cmake (line 78).

set_source_files_properties(
  vtkParticleBase.cxx
  vtkParticleExample.cxx
   WRAP_EXCLUDE)
should do the trick.

Joachim :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20150702/6acb5733/attachment.html>


More information about the vtk-developers mailing list