Le 25/06/2024 à 13:45, Kornel Benko a écrit :
commit 5ee53450bbef83b60edde401b075f2e1d51ce5b7
Author: Kornel Benko <kor...@lyx.org>
Date: Tue Jun 25 13:50:32 2024 +0200
Cmake build: Require std >= 17 for compilation of QT6
else()
+ if (CMAKE_CXX_STANDARD LESS 11)
+ message(STATUS "CXX_STANDARD = ${CMAKE_CXX_STANDARD}")
+ message(FATAL_ERROR "QT6 compilation requires at least
CXX_STANDARD = 11")
+ endif()
I guess you meant QT5 here.
JMarc
--
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs