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 /README.CMake.txt | |
| 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 'README.CMake.txt')
| -rw-r--r-- | README.CMake.txt | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/README.CMake.txt b/README.CMake.txt index f36e39b0d..25e19ca42 100644 --- a/README.CMake.txt +++ b/README.CMake.txt @@ -248,13 +248,12 @@ FLTK_OPTION_PRINT_SUPPORT - default ON is somewhat smaller. This option makes sense only on the Unix/Linux platform or on macOS when FLTK_BACKEND_X11 is ON. -FLTK_OPTION_STD - default OFF - This option allows FLTK to use some specific features of modern C++ - like std::string in the public API of FLTK 1.4.x. Users turning this - option ON can benefit from some new functions and methods that return - std::string or use std::string as input parameters. - Note: This option will be removed in the next minor (1.5.0) or major - release which will use std::string and other modern C++ features. +FLTK_OPTION_STD - removed in FLTK 1.5 + This option allowed FLTK 1.4 to use some specific C++11 features like + std::string in the public API of FLTK 1.4.x. + This option has been removed in FLTK 1.5 which uses std::string + and other C++11 features by default. + You may safely remove this CMake option from your configuration. FLTK_OPTION_SVG - default ON FLTK has a built-in SVG library and can create (write) SVG image files. @@ -826,9 +825,9 @@ and the shared library (fltk-shared) is libfltk.so.1.4.0 (in FLTK 1.4.0) with additional system specific links. Note: since FLTK 1.5.0 the library fltk_cairo is no longer necessary and -must be removed from CMake files of user projects. fltk_cairo was an -empty library solely for backwards compatibility in FLTK 1.4 and has been -removed from FLTK 1.5. +must be removed from CMake files of user projects. fltk_cairo was an empty +library solely for backwards compatibility in FLTK 1.4 and has been removed +from FLTK 1.5. 3.2 Library Aliases |
