Skip to content

Enable setting system protobuf use for paraview.

Nicolas Cadart requested to merge fix/setVtkUseSystemProtobuf into master

@gabriel.devillers

Before that, if a system protobuf was found by CMake, the superbuild forced paraview to use it to prevent protobuf runtime version mismatch. However, some machines needed to disable using system protobuf as it led to libraries linking errors (especially with pthread).

This patch allows at superbuild level to enable/disable manually using system wide protobuf if found.

Merge request reports