diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-01-18 09:14:51 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-01-18 09:14:51 +0100 |
| commit | ae29e4d0e401d15c77952461aa069034111fa880 (patch) | |
| tree | 184b656915bee5eee62424fc8aab286ce384b53d /CMake | |
| parent | 0a7b5b19bf652653159a4256a77dc5e9a2306686 (diff) | |
Remove temporary CMake option OPTION_HIDPI no longer used.
Diffstat (limited to 'CMake')
| -rw-r--r-- | CMake/options.cmake | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake index 3784314d4..1fa80c672 100644 --- a/CMake/options.cmake +++ b/CMake/options.cmake @@ -71,17 +71,6 @@ if (UNIX) 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) option (OPTION_APPLE_SDL "use SDL" OFF) |
