[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help in cmake / itk issue needed (Was: Plastimatch ready for upload)



Hi Gert,

I think I found the problem.  Thank you for investigating.
Here is my finding:

1) The location of ITKConfig.cmake in ITK 3.20 is 
/usr/lib/InsightToolkit.  This seems not part of the 
normal search path.

2) In ITK 3.0, there was a FindITK.cmake module.
This module had considered the search path for (1).
But FindITK.cmake was removed in ITK 3.1 and later.

Therefore, something more is needed to use ITK 3.20 
with cmake 3.2.  Maybe this:

cmake -DCMAKE_PREFIX_PATH=/usr/lib/InsightToolkit

> Since VTK seems to be optional (and they write they only support
> 5.6.1) you might want to disable it explicitly in d/rules. 

It is good idea, I will investigate.

Greg


Reply to: