Am Tue, 16 Apr 2024 15:54:26 +0200
schrieb Yu Jin <technikma...@gmail.com>:

> > Alternatively you can try setting CMAKE_CXX_STANDARD directly.
> > Like in CMakeLists.txt:646
> > -if(NOT MSVC)
> > +if (MSVC)
> > +       set(CMAKE_CXX_STANDARD 11)
> > +else()
> > 
> > Since I cannot test for MSVC, it is untested.
> > 
> Does not seem to do anything, the standard set in Visual Studio is still 
> "Default
> (C++14)" and still the same error occurs. 
> 

Sorry Eugene, I would try to check for diff of the used cxx parameters in 
lyx2.3 and
lyx2.5 compilation. Other than that, I am out of suggestions.

        Kornel

Attachment: pgpYKe9Emn2GK.pgp
Description: Digitale Signatur von OpenPGP

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to