diff options
author | Luis Ibanez <luis.ibanez@kitware.com> | 2002-12-03 18:46:45 (GMT) |
---|---|---|
committer | Luis Ibanez <luis.ibanez@kitware.com> | 2002-12-03 18:46:45 (GMT) |
commit | ec1b07015e77222d72512c552c91db55c0a9a05f (patch) | |
tree | c6bff4b8f1d51b3ea1077b69073c42fc8d92641b /Modules/FindFLTK.cmake | |
parent | 93d38e24ccfb38c26a677accc9e58d9180fcc5fd (diff) | |
download | CMake-ec1b07015e77222d72512c552c91db55c0a9a05f.zip CMake-ec1b07015e77222d72512c552c91db55c0a9a05f.tar.gz CMake-ec1b07015e77222d72512c552c91db55c0a9a05f.tar.bz2 |
ENH: description of variables now follows other style in other .cmake files.
Diffstat (limited to 'Modules/FindFLTK.cmake')
-rw-r--r-- | Modules/FindFLTK.cmake | 7 |
1 files 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) |