Skip to content
Snippets Groups Projects
Commit ff893c40 authored by Julien Malik's avatar Julien Malik
Browse files

COMP: fix #531 : internal FLTK defines only FLTK_INCLUDE_DIRS, while FindFLTK...

COMP: fix #531 : internal FLTK defines only FLTK_INCLUDE_DIRS, while FindFLTK defines FLTK_INCLUDE_DIR
parent 81ae674d
No related branches found
No related tags found
No related merge requests found
......@@ -325,6 +325,8 @@ IF(FLTK_FOUND)
ELSE(APPLE)
SET(FLTK_LIBRARIES ${FLTK_LIBRARIES} ${FLTK_PLATFORM_DEPENDENT_LIBS})
ENDIF(APPLE)
SET(FLTK_INCLUDE_DIRS ${FLTK_INCLUDE_DIR})
# The following deprecated settings are for compatibility with CMake 1.4
SET (HAS_FLTK ${FLTK_FOUND})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment