Dear All,<div><br></div><div>I&#39;m trying to build insight applications with fltk. CMake finds fltk installation place, but can&#39;t see the FLTKConfigure.cmake file however it is there. </div><div><br></div><div>I&#39;m using debian 6.0,  itk 4.1.0, cmake 2.8.2 and 2.8.8 (I&#39;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&#39;s) FindFLTK.cmake there is this piece of code near the line 76 (so does in the system&#39;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>