#configopts="-DCMAKE_SHARED_LINKER_FLAGS=\"-L${EBROOTPARAVIEW}/lib64/ -lvtkIOXML-9.0\" ${configopts} " # req. to ensure that XMLWriter can always be resolved (req. for 5.8.0)
configopts="-DENABLE_VTK_GENERIC_ARRAYS:BOOL=ON ${configopts} "# Enables use of VTK's generic array feature, which can be used to implement highly efficient code
configopts="-DENABLE_CATALYST:BOOL=ON ${configopts} "# Enables the Catalyst analysis adaptor. Depends on ParaView Catalyst. Set ParaView_DIR.
configopts="-DENABLE_CATALYST_PYTHON:BOOL=ON ${configopts} "# Enables Python features of the Catalyst analysis adaptor.
configopts="-DENABLE_ASCENT:BOOL=OFF ${configopts} "# Enables the Ascent analysis adaptor.
configopts="-DENABLE_ADIOS1:BOOL=OFF ${configopts} "# Enables ADIOS 1 adaptors and endpoints. Set ADIOS_DIR.
configopts="-DENABLE_ADIOS2:BOOL=ON ${configopts} "# Enables ADIOS 2 adaptors and endpoints. Set ADIOS_DIR.