Am Tue, 5 May 2020 20:35:30 +0200
schrieb Thibaut Cuvelier <[email protected]>:

> Well, it has a couple of different versions…
> The compiler itself: 19.2x.xxxx, like 19.25.28614
> The toolchain: 16.x.x, like 16.5.4
> The _MSC_VER macro: 192x, like 1925 (it looks like the one used by CMake for
> MSVC_VERSION) The _MSC_FULL_VER: 192xxxxxx, like 192027508
> 
> Thibaut Cuvelier

I am interested in the version you are using.
It should start with 192x, while 'x' presumably is > 5 (e.g. '6' in your case)

Please try the same as Eugene. Insert
        message(STATUS "MSVC_VERSION = ${MSVC_VERSION}")
somewhere in the CMakeLists.txt (for instance before line 322)

        Kornel

P.S.

Please try to answer according to our etiquette.
(That is neither top-posting nor bottom-posting, but inline)

Attachment: pgpCmfu0LvzuS.pgp
Description: Digitale Signatur von OpenPGP

-- 
lyx-devel mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to