<div dir="ltr">When I add a paraview plugin to my cmake project via:<div><br></div><div>add_paraview_plugin(...)</div><div><br></div><div>The plugin is compiled with just "make". </div><div><br></div><div>It is possible to allow e.g. compiling the plugin via "make my_target" using:</div><div><br></div><div>add_dependencies(my_target MyPlugin)</div><div><br></div><div>Is it possible to avoid that the plugin is automatically compiled via "make" (without target)? That is, to control to which cmake target add_paraview_plugin adds the plugin too?<br><br>Bests,</div><div>Gonzalo BG</div><div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Dipl.-Ing. Gonzalo Brito Gadeschi<br>Institute of Aerodynamics and Chair of Fluid Mechanics<br>RWTH Aachen University<br>Wuellnerstraße 5a<br>D-52062 Aachen<br>Germany<br>Phone: ++49-(0)241-80-94821<br>Fax: ++49-(0)241-80-92257<br>E-mail:  <a href="mailto:g.brito@aia.rwth-aachen.de" target="_blank">g.brito@aia.rwth-aachen.de</a><br>Internet: <a href="http://www.aia.rwth-aachen.de" target="_blank">www.aia.rwth-aachen.de</a></div></div>
</div></div>