[Insight-users] Read Write Program

John Drescher drescherjm at gmail.com
Wed Nov 2 10:52:03 EDT 2011


> concerning the linking error, it looks like your project does not know where
> your ITK libraries are located. Make sure that your CMakeLists.txt contains
> the appropriate reference to the location of the ITK libraries, or either
> you can setup the linking properties in MS Visual Studio.
>

I would caution against that if you are using a CMakeLists.txt you
should never mess with the compiler or linker settings in visual
studio because the next time you run cmake (by adding a file changing
your configuration) the change will be lost.

John


More information about the Insight-users mailing list