]> git.lyx.org Git - features.git/commitdiff
Cmake build: Remove unused option
authorKornel Benko <kornel@lyx.org>
Sat, 22 Feb 2020 20:13:43 +0000 (21:13 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:52 +0000 (15:48 +0200)
LYX_USE_FILEDIALOG is not used since af795b80

CMakeLists.txt

index 496263d6d3787a634ddfaf883080ec8b05f06e73..cb5565303bea15ddbaec94e5f2a24f73b26c16a4 100644 (file)
@@ -140,7 +140,7 @@ LYX_OPTION(ENABLE_URLTESTS  "Enable for URL tests" OFF ALL)
 LYX_OPTION(ENABLE_EXPORT_TESTS "Enable for export tests" OFF ALL)
 LYX_OPTION(ENABLE_KEYTESTS  "Enable for keytests" OFF ALL)
 LYX_OPTION(ASAN             "Use address sanitizer" OFF ALL)
-LYX_COMBO(USE_FILEDIALOG    "Use native or QT file dialog" QT NATIVE)
+#LYX_COMBO(USE_FILEDIALOG    "Use native or QT file dialog" QT NATIVE)
 LYX_COMBO(USE_QT            "Use Qt version as frontend" AUTO QT4 QT5)
 LYX_COMBO(USE_IPO           "Interprocedural optimization" OFF AUTO ON)
 #LYX_OPTION(3RDPARTY_BUILD   "Build 3rdparty libs" OFF ALL)