Another boring thing: it looks like plugins embedded documentation is generated (and thus failed if you don’t have related tools installed) even if PARAVIEW_ENABLE_EMBEDDED_DOCUMENTATION
is turned OFF.
I guess this is because in ParaViewPlugin.cmake:502
, documentation is turned ON and the global flag is not tested at line 583 (nor in paraview_client_documentation()
function definition)?