[Insight-users] ITK building problem

David Doria daviddoria+itk at gmail.com
Wed Dec 9 15:40:03 EST 2009


On Wed, Dec 9, 2009 at 3:37 PM, Sarah Waldron <sarah.waldron11 at yahoo.com>wrote:

> Hello,
> I have an source ITK program *.cxx and CMakeLists.txt file. I'm trying to
> build it, but I don't get the after I do ccmake, and configure, I don't get
> the line where I'm supposed to set my ITK directory. So when I build the
> program, by typing make it gives me all these errors. How can I set the ITK
> directory, if the option doesn't appear in the window?
> Sarah
>
>
Do you have these lines in your CMakeLists.txt file?

FIND_PACKAGE(ITK REQUIRED)
INCLUDE(${ITK_USE_FILE})

Thanks,

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20091209/7f3d985e/attachment-0001.htm>


More information about the Insight-users mailing list