I think, the problem with FindFLTK is, that it has never been tested on
Windows. If you take a look at FindFLTK you will detect the following
lines:
# if FLTK was not built using CMake
# Find fluid executable.
FIND_PROGRAM(FLTK_FLUID_EXECUTABLE fluid ${FLTK_INCLUDE_DIR}/fluid)
#
ute paths and so on), but the file for
Windows doesn't.
Truth be told, what's the point of using CMake here instead of a
Makefile? Simply rewriting the build script doesn't cause that more work
either.
Would it help to add the FLTK directory to the Windows PATH variable?
Am Mittw
Thanks for your answer. The file FindFLTK.cmake exists within my CMake
installation, but I still get an error message:
"CMake Error at C:/Program Files/CMake
2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91
(MESSAGE):
Could NOT find FLTK (missing: FLTK_LIBRARIES FLTK_FLUID_EXE
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 do