Skip to content

Fixed CMAKE_PREFIX_PATH issue.

David E. DeMarle requested to merge demarle/paraview:fix-adaptor-builds into master

The calls to cmake in BuildAdaptors were passing CMAKE_PREFIX_PATH to cmake calls without quoting it. That worked fine for when CMAKE_PREFIX_PATH wasn't set or was a single item, but when it was a list it broke the builds of the adaptors.

Backport: release

Edited by David E. DeMarle

Merge request reports