Hello everybody out there using CMake,

A project I would like to build with CMake uses FLTK.
The CMakeLists.txt file references to FLTK:
...
SET(FLTK_INCLUDE_DIR C:/Programs/fltk)
FIND_PACKAGE(FLTK REQUIRED)
...
However, CMake tells me that I can't find the file FLTKConfig.cmake, which indeed doesn't exist on my Windows installation. Do I really need this file, where can I get it and how do use it together with CMake. Moreover, is there a way to make the value of FLTK_INCLUDE_DIR more portable? My CMakeLists.txt file like it is would obviously not work
under linux.

Thanks in advance,
Julia
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to