Skip to content

FindZeroMQ: Handle old FPHSA modules

Ben Boeckel requested to merge ben.boeckel/remus:fix-findzeromq into master

So VTK ships its own, old, FPHSA module which only sets the uppercase version of the _FOUND variable. The superbuild using ParaView's source directory causes this module to be brought in incidentally. The find_dependency function does not look for the uppercase version of the module.

Merge request reports