[Paraview] paraview-superbuild Qt5 not found
Ben Boeckel
ben.boeckel at kitware.com
Thu Feb 8 10:58:11 EST 2018
On Thu, Feb 08, 2018 at 15:46:27 +0000, Hermitte Luc (CS SI) wrote:
> I'm calling cmake with the following options?:
> cmake -Dqt5_enabled=On -DUSE_SYSTEM_qt5=On(/Off) -DQt5_DIR=/path/to/qt/5.9.1/lib/cmake/Qt5 ..
The input setting is `ENABLE_qt5`. The `qt5_enabled` variable indicates
whether Qt5 is being built or not (either by request or because of a
dependency). It's value is set internally and the cache value is not
used.
--Ben
More information about the ParaView
mailing list