]> git.lyx.org Git - features.git/commitdiff
Amend f4254e69: Use correct sequence in set-command
authorKornel Benko <kornel@lyx.org>
Mon, 24 Jun 2019 10:56:51 +0000 (12:56 +0200)
committerKornel Benko <kornel@lyx.org>
Mon, 24 Jun 2019 10:56:51 +0000 (12:56 +0200)
development/cmake/ConfigureChecks.cmake

index 5dc0bc52e8ef65eb2c71cd196863759700d46a6f..4b126776eab06a0e9b41f6e66c7564b7b1777fd6 100644 (file)
@@ -275,7 +275,7 @@ if(LYX_USE_QT MATCHES "QT5")
     set(lyx_qt5_config "QtCore/qconfig.h")
   endif()
   if(WIN32)
-    set(QT_USES_X11 OFF BOOL CACHE "Win32 compiled without X11")
+    set(QT_USES_X11 OFF CACHE BOOL "Win32 compiled without X11")
     # The try_run for minngw would not work here anyway
   else()
     check_cxx_source_runs(