Re: [Paraview] paraview-superbuild Qt5 not found

2018-02-08 Thread Ben Boeckel
On Thu, Feb 08, 2018 at 15:46:27 +, 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

[Paraview] paraview-superbuild Qt5 not found

2018-02-08 Thread Hermitte Luc (CS SI)
Hi, I'm trying to build paraview with the superbuild procedure, and with a custom install of Qt5. 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 .. Note that, in doubt, I've also exported Qt5_DIR as