diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-12-13 18:37:48 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-12-16 16:21:23 +0100 |
| commit | 41f37613ec6a14fb8b3357e2dc0323116bf8439b (patch) | |
| tree | b6677826b5eadc6571f2ffd582d9a2d858172102 /CMake | |
| parent | 576271fb04e1c2f9ba1f95c0399fef2f73af3b06 (diff) | |
Derive Fl_Zenity_Native_File_Chooser_Driver from Fl_Kdialog_Native_…
Also add Fl::option(OPTION_FNFC_USES_ZENITY)
Diffstat (limited to 'CMake')
| -rw-r--r-- | CMake/options.cmake | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake index c5c83ae2d..25c5a181c 100644 --- a/CMake/options.cmake +++ b/CMake/options.cmake @@ -830,15 +830,6 @@ 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) set (USE_KDIALOG 1) |
