[Insight-developers] wrapping still broken with the modularized ITK
Bill Hoffman
bill.hoffman at kitware.com
Mon Mar 21 15:39:14 EDT 2011
On 3/21/2011 3:18 PM, Gaëtan Lehmann wrote:
>>> Wrapping is still broken with the modularized ITK, mainly because of two
>>> problems:
>>>
>>> * WrapITK uses find_package(ITK) to get the source directories to
>>> include. Unfortunately, ITKConfig.cmake includes ITKTargets.cmake which
>>> tries to redefine all the libraries already created elsewhere. This
>>> method was used to work, but may not have been appropriate.
>>> Any idea on how to fix that is welcome.
>>
>> Why does WrapITK need the source directories? Should just need the
>> header files right?
>>
>
> Right, that what I meant.
> I guess I'll have to be more careful on the usage of the words headers
> and sources now :-)
>
OK, so I don't know what the problem is now... :)
What exactly does WrapITK need that it is not getting?
-Bill
More information about the Insight-developers
mailing list