[Insight-users] cmake warning
Luis Ibanez
luis.ibanez at kitware.com
Wed Feb 11 17:03:55 EST 2009
Hi Arepi,
Have you actually configured and build ITK itself ?
If so, in the ITK binary directory you should find a
"/bin" subdirectory and then inside the "Release" or "Debug"
subdirectory you should see the library ITKCommon.lib
(among many others).
Also, when you run CMake on the hello world example,
you must point the ITK_DIR variable to the directory
where you build ITK.
Regards,
Luis
------------------------
Arepi wrote:
> Thanks it works fine the cmake generate the projekt file but then I open and
> build in VS, gave the message:
> "fatal error LNK1104: cannot open file 'ITKCommon.lib'"
> I use VS 2005. What should I do?
>
> Thanks a lot!
>
>
>
> Paste "cmake_minimum_required(VERSION2.6)" (no quotes) into the
> CMakeLists.txt file.quote>
>
>
More information about the Insight-users
mailing list