summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-03-19 14:44:16 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-03-19 14:44:16 +0100
commit1ccafa83b2c783fdfe088af1ddf9a853e071cf5d (patch)
tree7b4c292888807b02448ff5341208821e5c2a2eed /CMake
parent4b07ab391ac77e2996e61646a258064bb1cadfeb (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 'CMake')
-rw-r--r--CMake/options.cmake13
1 files changed, 0 insertions, 13 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake
index 7bf8f675f..d2fa392f7 100644
--- a/CMake/options.cmake
+++ b/CMake/options.cmake
@@ -387,19 +387,6 @@ if(WIN32)
endif(WIN32)
#######################################################################
-# FLTK_OPTION_STD: temporary option in 1.4, always on in 1.5.
-# FIXME: remove this obsolete option entirely ...
-# after the source code has been fixed.
-#######################################################################
-
-option(FLTK_OPTION_STD
- "Use std:: (obsolete since 1.5.0, ignored: always ON)"
- ON)
-
-set(FLTK_USE_STD 1) # always ON since FLTK 1.5.0, option will be
- # removed as soon as the code has been updated
-
-#######################################################################
# find X11 libraries and headers
set(PATH_TO_XLIBS)