Remove temporary CMake option OPTION_HIDPI no longer used.

This commit is contained in:
ManoloFLTK 2020-01-18 09:14:51 +01:00
parent 0a7b5b19bf
commit ae29e4d0e4

View File

@ -70,17 +70,6 @@ if (UNIX)
option(OPTION_CREATE_LINKS "create backwards compatibility links" OFF)
endif (UNIX)
#######################################################################
## Add a TEMPORARY OPTION to enable high-DPI support under Windows.
## May be removed once high-DPI support under Windows is complete.
#######################################################################
if (WIN32)
option(OPTION_HIDPI "build with experimental high-DPI support" OFF)
if (OPTION_HIDPI)
add_definitions("-DFLTK_HIDPI_SUPPORT")
endif (OPTION_HIDPI)
endif (WIN32)
#######################################################################
if (APPLE)
option (OPTION_APPLE_X11 "use X11" OFF)