MotionFX should be turned off for CATALYST edition
I am trying to compile a CATALYST and a CATALYST_RENDERING edition. In both cases, the MotionFX is enabled by default and I have the following error:
CMake Error at CMake/ParaViewOptions.cmake:539 (message):
ParaView is configured without I/O support (via the CATALYST edition) which
is incompatible with the request for MotionFX support (via the
`PARAVIEW_ENABLE_MOTIONFX` configure option)
Call Stack (most recent call first):
CMake/ParaViewOptions.cmake:551 (_paraview_io_option_conflict)
CMakeLists.txt:102 (include)
Setting the given PARAVIEW_ENABLE_MOTIONFX
solve the issue, but I think this should be done automatically when CATALYST or CATALYST_RENDERING edition is built.