[Insight-users] ITK Wiki Examples needing ITKReview.lib

John Drescher drescherjm at gmail.com
Wed Jun 22 16:14:30 EDT 2011


On Wed, Jun 22, 2011 at 3:49 PM, John Drescher <drescherjm at gmail.com> wrote:
> I am trying to test the wikiexamples today. I cloned the git
> repository for that and then configured with cmake-gui. During the
> configure I got an error saying i needed to rebuild itk with review
> on. So I reconfigured itk-3.20 and enabled that and built itk. That
> allowed me to continue on and generate a project for itkwikiexamples,
> however when I build any example in visual studio 2008 it complains
> about can not open ITKReview.lib. The thing is there does not appear
> to be ITKReview.lib generated in my version of itk with review turned
> on. Do I need the current git version of itk?
>

I changed line 66 of the main CMakeLists.txt from

set(ITK_LIBRARIES ${ITK_LIBRARIES};ITKReview)

to

set(ITK_LIBRARIES ${ITK_LIBRARIES})

and most of the examples compile (or at least the ones I want compile)..

Hmm. Perhaps should the Review be optional..

John


More information about the Insight-users mailing list