mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Amend f4254e69
: Use correct sequence in set-command
This commit is contained in:
parent
db0634cddd
commit
cbcf57ec13
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user