diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-19 14:44:16 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-19 14:44:16 +0100 |
| commit | 1ccafa83b2c783fdfe088af1ddf9a853e071cf5d (patch) | |
| tree | 7b4c292888807b02448ff5341208821e5c2a2eed /fl_config.cmake.in | |
| parent | 4b07ab391ac77e2996e61646a258064bb1cadfeb (diff) | |
Remove obsolete build option 'FLTK_OPTION_STD'
This option is no longer needed since FLTK 1.5 always requires C++11.
Diffstat (limited to 'fl_config.cmake.in')
| -rw-r--r-- | fl_config.cmake.in | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/fl_config.cmake.in b/fl_config.cmake.in index c1a1b3c5e..1610534fb 100644 --- a/fl_config.cmake.in +++ b/fl_config.cmake.in @@ -30,7 +30,7 @@ /* * FLTK_HAVE_CAIRO * - * Do we have the Fl_Cairo_Window support? + * Do we have Fl_Cairo_Window support? */ #cmakedefine FLTK_HAVE_CAIRO 1 @@ -86,19 +86,6 @@ /* - * FLTK_USE_STD - * - * May we use std::string and std::vector for the current build? - * - * This is a build configuration option which allows FLTK to add some - * features based on std::string and std::vector in FLTK 1.4.x - * - */ - -#cmakedefine01 FLTK_USE_STD - - -/* * FLTK_USE_SVG * * Do we want FLTK to read and write SVG-formatted files ? |
