From ec1b07015e77222d72512c552c91db55c0a9a05f Mon Sep 17 00:00:00 2001 From: Luis Ibanez Date: Tue, 3 Dec 2002 13:46:45 -0500 Subject: ENH: description of variables now follows other style in other .cmake files. --- Modules/FindFLTK.cmake | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Modules/FindFLTK.cmake b/Modules/FindFLTK.cmake index 7c11d00..8b4a35b 100644 --- a/Modules/FindFLTK.cmake +++ b/Modules/FindFLTK.cmake @@ -12,9 +12,10 @@ # The following settings should not be used in general. -# FLTK_BASE_LIBRARY, the full path to fltk.lib -# FLTK_GL_LIBRARY, the full path to fltk_gl.lib -# FLTK_FORMS_LIBRARY, the full path to fltk_forms.lib +# FLTK_BASE_LIBRARY = the full path to fltk.lib +# FLTK_GL_LIBRARY = the full path to fltk_gl.lib +# FLTK_FORMS_LIBRARY = the full path to fltk_forms.lib +# FLTK_IMAGES_LIBRARY = the full path to fltk_images.lib OPTION(FLTK_VERSION_1.1 "Use FLTK version 1.1" 1) OPTION(FLTK_VERSION_1.0.11 "Use FLTK version 1.0.11" 0) -- cgit v0.12