Dear All,<div><br></div><div>I'm trying to build insight applications with fltk. CMake finds fltk installation place, but can't see the FLTKConfigure.cmake file however it is there. </div><div><br></div><div>I'm using debian 6.0, itk 4.1.0, cmake 2.8.2 and 2.8.8 (I've checked both), insight-applications 4.1.1., fltk 1.1.10 (installed from deb package, placed in /usr/lib/fltk (configuration), /usr/lib and usr/bin (binaries) ). In (ITK's) FindFLTK.cmake there is this piece of code near the line 76 (so does in the system's FindFLTK.cmake, which comes with the cmake installation):</div>
<div><br></div><div><br></div><div>IF( EXISTS {${FLTK_DIR}/FLTKConfig.cmake )</div><div>...</div><div><br></div><div>However, variable FLTK_DIR is valid (is has been checked) and it contains FLTKConfig.cmake CMake does not recognise it so the fltk related cmake variables are not set and I can not build just a portion of the applications.</div>
<div><br></div><div>Thanks,</div><div>Gabor </div>