[Insight-developers] Building ITK with Module_ITKVtkGlue forces client applications to find_package(VTK)?

Bill Lorensen bill.lorensen at gmail.com
Tue Jun 26 13:10:40 EDT 2012


After VTK modular, the USE_VTK_FILE does a lot more. I think for the
time being, you will have to
FIND_PACKAGE(VTK)
INCLUDE(${USE_VTK_FILE})

the ITK configuration is not smart enough yet.

It's definitely a bug.

On Tue, Jun 26, 2012 at 1:07 PM, David Doria <daviddoria at gmail.com> wrote:
> On Tue, Jun 26, 2012 at 12:58 PM, Bill Lorensen <bill.lorensen at gmail.com>
> wrote:
>>
>> I think you still need
>> ${VTK_LIBRARIES}
>
>
> I actually don't need ${VTK_LIBRARIES},
>
> TARGET_LINK_LIBRARIES(TestITK ${ITK_LIBRARIES})
>
> is sufficient. However, what I do need is:
>
> FIND_PACKAGE(VTK)
> INCLUDE(${USE_VTK_FILE})
>
> Which I agree is not right :)
>
> David



-- 
Unpaid intern in BillsBasement at noware dot com


More information about the Insight-developers mailing list