[Insight-users] ITK + FLTK
Luis Ibanez
luis.ibanez@kitware.com
Mon, 23 Dec 2002 12:11:49 -0500
Hi Raluca,
If you want to build the examples
outside the ITK source tree, you
will have to add the following line
to their CMakeLists.txt file:
INCLUDE (${CMAKE_ROOT}/Modules/FindFLTK.cmake)
Then rerun CMake and provide the paths
for the libraries, headers and fluid.
Please let us know if you find any problems,
Thanks
Luis
------------------------------------------------------
Raluca wrote:
> Hi everyone!
>
> I have recently installed ITK with FLTK.
> I keep getting the following error when I try to compile the ITK examples
> separately :
> CMake Error: FLTK_WRAP_UI Error:
> FLTK_WRAP_UI called with FLTK_WRAP_UI undefined from CMakeLists.txt in
> directory: <Example Location>
>
> There is no problem if I build the examples together with ITK
>
> Can anyone help me?
> Thanks
> _______________________________________________
> Insight-users mailing list
> Insight-users@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-users
>
>