Skip to content

paraview-mesa: fix usage of the kwsys Process API

Ben Boeckel requested to merge ben.boeckel/paraview:kwsys-process-api-fix into master

Not waiting for the process to exit caused the exit code to be fetched at the wrong time. Copy code structure from CMake for proper usage.

Merge request reports