summaryrefslogtreecommitdiff
path: root/CMake/options.cmake
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-11-23 13:08:37 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-11-23 13:08:37 +0100
commitce777110feaaccd9d0fd16d10fa2695ecdffd33e (patch)
treed4a07b42a16d48c880541a7be926e3c754a17e59 /CMake/options.cmake
parent35f2827d1f76468926c362d67eb992930c88853f (diff)
Fix whitespace (trailing spaces)
Diffstat (limited to 'CMake/options.cmake')
-rw-r--r--CMake/options.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake
index 0536bd2d8..8d30fa8b6 100644
--- a/CMake/options.cmake
+++ b/CMake/options.cmake
@@ -210,7 +210,7 @@ if (UNIX)
set (OPTION_USE_WAYLAND 0)
endif (NOT(DBUS_FOUND AND WLDCLIENT_FOUND AND WLDCURSOR_FOUND AND WLDPROTO_FOUND AND XKBCOMMON_FOUND))
endif (OPTION_USE_WAYLAND)
-
+
if (OPTION_USE_WAYLAND)
option (OPTION_WAYLAND_ONLY "support Wayland backend only" OFF)
set (FLTK_USE_WAYLAND 1)