Am Sonntag, 5. Juni 2016 um 15:41:29, schrieb Georg Baum <b...@lyx.org>
> commit ad63374e26f6a314315a06b9e415fafc0366158a
> Author: Georg Baum <b...@lyx.org>
> Date:   Sun Jun 5 15:40:00 2016 +0200
> 
>     Require at least gcc 4.3
>     
>     This is a prerequisite for mandatory C++11 support.
>     I could not find a cmake gcc version check btw.

Top level CMakeLists.txt

...
if(UNIX OR MINGW)
...
        message(STATUS "Using GCC version ${GCC_VERSION}")
        if(GCC_VERSION VERSION_LESS 4.9)


My line numbers are different, but it should be in the near of line 283.

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to