Skip to content

fix CMAKE_PREFIX_PATH as environment variable with multiple paths

At LANL, superbuild setup bash scripts use the CMAKE_PREFIX_PATH environment variable to define system library search locations. The superbuild sees and uses that in its own cmakecache, but the paraview build inside only gets the first path.

With this change all of the search paths survive into the paraview build's cmakeCache, where they are then prepended with the superbuilds's install directory where everything it builds is found.


Backport: paraview/release

Edited by Ben Boeckel

Merge request reports