Skip to content

paraviewQt.cmake: call this config file after the paraviewOptions

Lucas Givord requested to merge lucas.givord/paraview:fix_pvqt_cmake into master

paraviewQt depends on variable PARAVIEW_USE_QT which it will be defined in the cmake file paraviewOptions, so we need to call it after this one.

it will fix this issue: #21855 (closed)

Edited by Lucas Givord

Merge request reports