From 41f37613ec6a14fb8b3357e2dc0323116bf8439b Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 13 Dec 2022 18:37:48 +0100 Subject: =?UTF-8?q?Derive=20Fl=5FZenity=5FNative=5FFile=5FChooser=5FDriver?= =?UTF-8?q?=20from=20Fl=5FKdialog=5FNative=5F=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also add Fl::option(OPTION_FNFC_USES_ZENITY) --- CMake/options.cmake | 9 --------- 1 file changed, 9 deletions(-) (limited to 'CMake') diff --git a/CMake/options.cmake b/CMake/options.cmake index c5c83ae2d..25c5a181c 100644 --- a/CMake/options.cmake +++ b/CMake/options.cmake @@ -829,15 +829,6 @@ if (OPTION_FILESYSTEM_SUPPORT) endif (OPTION_FILESYSTEM_SUPPORT) ####################################################################### -####################################################################### -option (OPTION_USE_ZENITY "Fl_Native_File_Chooser may run zenity" ON) -if (OPTION_USE_ZENITY) - set (USE_ZENITY 1) -else () - set (USE_ZENITY 0) -endif (OPTION_USE_ZENITY) -####################################################################### - ####################################################################### option (OPTION_USE_KDIALOG "Fl_Native_File_Chooser may run kdialog" ON) if (OPTION_USE_KDIALOG) -- cgit v1.2.3