[Paraview] Problem building plugin against ParaView 4.2.0
Jim.Eliot at awe.co.uk
Jim.Eliot at awe.co.uk
Tue Oct 7 09:25:10 EDT 2014
Hello everyone,
I am trying to build a file reader plugin against ParaView 4.2.0 and have been experiencing some difficulties. Qt is not found by cmake during the build process causing it to fail.
To illustrate the issue, I created the following simplified CMakeLists.txt file:
CMAKE_MINIMUM_REQUIRED
FIND_PACKAGE(ParaView REQUIRED)
INCLUDE(${PARAVIEW_USE_FILE})
When I call cmake with ParaView_DIR pointing at my 4.1.0 build Qt is found, but with 4.2.0 Qt is NOT found.
ParaView was built using Superbuild and Qt was built as part of that process. Should Qt be detected from ParaViewConfig.cmake?
Is this a change in behaviour between 4.1.0 and 4.2.0? Do I somehow need to specify the location of Qt manually?
Any ideas?
Thank you,
Jim
Jim Eliot
High Performance Computing Group
AWE, Aldermaston, Reading, RG7 4PR
___________________________________________________
____________________________
The information in this email and in any attachment(s) is
commercial in confidence. If you are not the named addressee(s)
or
if you receive this email in error then any distribution, copying or
use of this communication or the information in it is strictly
prohibited. Please notify us immediately by email at
admin.internet(at)awe.co.uk, and then delete this message from
your computer. While attachments are virus checked, AWE plc
does not accept any liability in respect of any virus which is not
detected.
AWE Plc
Registered in England and Wales
Registration No 02763902
AWE, Aldermaston, Reading, RG7 4PR
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20141007/b1524001/attachment.html>
More information about the ParaView
mailing list