[Paraview] Errors when using find_package(ParaView REQUIRED)

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Tue Dec 13 15:31:37 EST 2011


Oh, are you using FIND_PACKAGE(VTK) and FIND_PACKAGE(ParaView) in the
source? Bet that's what causing the problem. I'm not sure that's going
to work. Try just using ParaView OR VTK.

Utkarsh

On Tue, Dec 13, 2011 at 3:12 PM, David Doria <daviddoria at gmail.com> wrote:
> On Tue, Dec 13, 2011 at 2:53 PM, Utkarsh Ayachit
> <utkarsh.ayachit at kitware.com> wrote:
>> By stable version, I meant a recent version :) (I forgot CMake doesn't
>> do the odd-even version number magic anymore).
>>
>> Utkarsh
>
> Hm, turning on BUILD_EXAMPLES didn't seem to do anything. I also just
> tried with cmake git master (cmake version 2.8.6.20111213-g3c101) and
> I get the same errors. Each time I started with a fresh build
> directory.
>
> The code I am trying to configure is here:
> https://github.com/daviddoria/PointSetProcessing
>
> Any more thoughts?
>
> David


More information about the ParaView mailing list