[Paraview-developers] AUTOLOAD option is deprecated in ParaView 3.98 RC2

Cory Quammen cquammen at cs.unc.edu
Tue Nov 13 09:40:27 EST 2012


I have a ParaView plugin that uses the AUTOLOAD option in a call to
add_paraview_plugin(). Compiling against ParaView 3.98 RC2, I get the
following message:

CMake Warning at
/Users/quammen/dev/madai/build/MADAIWorkbench-ParaViewTracking-Debug/src/ParaView/CMake/ParaViewPlugins.cmake:1009
(message):
  AUTOLOAD option is deprecated.  Plugins built within ParaView source should
  use pv_plugin(..) macro with AUTOLOAD argument.

This is a plugin built outside ParaView source, so should I use
pv_plugin()? Is this change documented in a ParaView migration guide?

Thanks,
Cory


More information about the Paraview-developers mailing list