From 1ccafa83b2c783fdfe088af1ddf9a853e071cf5d Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 19 Mar 2025 14:44:16 +0100 Subject: Remove obsolete build option 'FLTK_OPTION_STD' This option is no longer needed since FLTK 1.5 always requires C++11. --- CMake/options.cmake | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'CMake') diff --git a/CMake/options.cmake b/CMake/options.cmake index 7bf8f675f..d2fa392f7 100644 --- a/CMake/options.cmake +++ b/CMake/options.cmake @@ -386,19 +386,6 @@ if(WIN32) endif(FLTK_GRAPHICS_GDIPLUS) 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 -- cgit v1.2.3