ParaView Superbuild looking for Modules in all the wrong places
I am trying to do a Superbuild of ParaView as follows:
Linux, 5.2.0 pull of Superbuild and Paraview
cmake (ask me for switches if necessary). Basically, use local sources, mpi on, osmesa on, paraview on.
make
make install
I get the following error with a make install. Note it appears to be trying to get to /Modules/vtkCommonCore.cmake But, I don't have admin rights, and want the tree to be in /paraviewBuild/...
-- Set runtime path of "/paraviewBuild/Build/install/lib/paraview-5.2/pvpython" to "/paraviewBuild/Build/install/lib" -- Installing: /paraviewBuild/Build/install/bin/pvpython [ 98%] Performing fixupcmakepaths step for 'paraview' sed: can't read /Modules/vtkCommonCore.cmake: No such file or directory CMake Error at /paraviewSource/projects/scripts/paraview.fixupcmakepaths.cmake:36 (message): Failed to patch /Modules/vtkCommonCore.cmake
make[2]: *** [superbuild/paraview/stamp/paraview-fixupcmakepaths] Error 1 make[1]: *** [superbuild/CMakeFiles/paraview.dir/all] Error 2