Apply cmake-format

This commit is contained in:
Martchus 2024-04-08 12:39:05 +02:00
parent 1ce919397b
commit 1b6b645f7a
1 changed files with 1 additions and 2 deletions

View File

@ -153,8 +153,7 @@ elseif (QT_PACKAGE_PREFIX MATCHES ".*Qt([0-9]+).*")
endif ()
# require Qt 6 for the Qt Quick GUI
if (QUICK_GUI
AND (MAJOR_QT_VERSION VERSION_LESS 6 OR MAJOR_QT_VERSION VERSION_GREATER_EQUAL 7))
if (QUICK_GUI AND (MAJOR_QT_VERSION VERSION_LESS 6 OR MAJOR_QT_VERSION VERSION_GREATER_EQUAL 7))
message(FATAL_ERROR "The Qt Quick GUI is only compatible with Qt 6 (but Qt ${MAJOR_QT_VERSION} was found).")
endif ()