ENH: description of variables now follows other style in other .cmake files.

This commit is contained in:
Luis Ibanez 2002-12-03 13:46:45 -05:00
parent 93d38e24cc
commit ec1b07015e
1 changed files with 4 additions and 3 deletions

View File

@ -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)