I’m trying to compile my application using cmake.
I has a GUI using the FLTK libs. I have the packages fltk, fltk-devel and libfltk1 installed, all in version 1.1.10.
The project compiles well under Ubuntu, so I suppose it may some missing files in the fltk package.
It doesn’t install FLTKConfig.cmake, which seems to needed by projects using cmake and fltk.
The same problem happens with the CGNS libs (cgns, cgns-devel).
Does anyone know what to do?