diff options
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) |
