diff options
Diffstat (limited to 'examples/cairo-draw-x.cxx')
| -rw-r--r-- | examples/cairo-draw-x.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cairo-draw-x.cxx b/examples/cairo-draw-x.cxx index a11e2db0c..a265dc360 100644 --- a/examples/cairo-draw-x.cxx +++ b/examples/cairo-draw-x.cxx @@ -59,7 +59,7 @@ int main(int argc, char **argv) { int main(int argc, char **argv) { fl_message_title("This program needs a Cairo enabled FLTK library"); fl_message("Please configure FLTK with Cairo enabled (--enable-cairo or --enable-cairoext)\n" - "or one of the CMake options OPTION_CAIRO or OPTION_CAIROEXT, respectively."); + "or one of the CMake options FLTK_OPTION_CAIRO_WINDOW or FLTK_OPTION_CAIRO_EXT, respectively."); return 0; } #endif // (FLTK_HAVE_CAIRO) |
