[Cmake] (no subject)
Brad King
brad.king at kitware.com
Mon May 19 09:31:58 EDT 2003
> Does anybody know how may I include vtk libraries in a makefile I've
> already got implemented? I think I don't need Cmake because I've already
> got a makefile but, then, how may I include VTK libraries in it?
Once you run "make install" on VTK from the build tree you can just add
the proper -I... -L... and -l... flags in your makefile.
> As well as, I am trying to install VTK under cygwin and ccmake gives me
> the following error:
>
>
> CMake Error: cmake version 1.4
VTK 4.2 requires CMake version 1.6. Please upgrade your cmake.
-Brad
More information about the CMake
mailing list