From ce777110feaaccd9d0fd16d10fa2695ecdffd33e Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 23 Nov 2022 13:08:37 +0100 Subject: Fix whitespace (trailing spaces) --- CMake/options.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMake') 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) -- cgit v1.2.3