diff options
Diffstat (limited to 'examples/howto-simple-svg.cxx')
| -rw-r--r-- | examples/howto-simple-svg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/howto-simple-svg.cxx b/examples/howto-simple-svg.cxx index c3875e469..1b922f9f2 100644 --- a/examples/howto-simple-svg.cxx +++ b/examples/howto-simple-svg.cxx @@ -55,7 +55,7 @@ const char *svg_logo = int main(int argc, char **argv) { #ifndef FLTK_USE_SVG fl_message("You need to build FLTK with 'configure --enable-svg'\n" - "or CMake option 'OPTION_USE_SVG'\n" + "or CMake option 'FLTK_OPTION_SVG'\n" "to use this example."); return(1); #else |
