Which CMake Tags are Required for Building PVBatch from Super-Build

Which CMake Variable need to be enabled in order to build pvbatch with osmesa on Ubuntu 16.04 using cmake-gui? I currently am trying to build it enabling the following:

BUILD_SHARED_LIB
BUILD_TESTING
enable_ffmpeg
enable_osmesa
enable_paraview
enable_python
enable_vtkm
USE_SYSTEM_osmesa
USE_SYSTEM_png

I have checked out the 5.4.1 branch from the super-build git repository.

When I build and install with these setting, the only executable that I get in /bin are:

pvdataserver
pvpython
pvrenderserver
pvserver

However, I’ve not found the combination that will build pvbatch.

Thank you much!

pvbatch only builds with MPI enabled (ENABLE_mpi=ON).