commit 993e784a6284a3e0ee54014567629d01ad4cbf99
Author: Kornel Benko <kor...@lyx.org>
Date:   Tue Apr 2 10:46:20 2024 +0200

    Cmake build: Adapt for branch 2.4
---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 38e11b8a0b..0fb6cf284a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -664,9 +664,9 @@ set(min_qt5_version "5.6")
 if(LYX_USE_QT MATCHES "AUTO")
        # try qt6 first
        find_package(Qt6Core CONFIG QUIET)
-       if (Qt6Core_Found)
+       if (Qt6Core_FOUND)
                set(LYX_USE_QT "QT6" CACHE STRING "Valid qt version" FORCE)
-               message(STATUS "Qt5Core_VERSION = ${Qt5Core_VERSION}")
+               message(STATUS "Qt6Core_VERSION = ${Qt6Core_VERSION}")
        else()
                find_package(Qt5Core CONFIG QUIET)
                if(Qt5Core_FOUND)
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to