[LyX/master] Add default TransformID enum value

Yuriy Skalko yuriy.skalko at gmail.com
Thu Nov 26 18:35:43 UTC 2020


>> +       if(GCC_VERSION VERSION_LESS 4.9)
>> +             message(FATAL_ERROR "gcc >= 4.9 is required.")
>>               # <regex> in gcc is unusable in versions less than 4.9.0
>>               # see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53631
>>               set(LYX_USE_STD_REGEX 0)
> 
> This is not optimal, after FATAL_ERROR nothing should be executed.
> 
>         Kornel

Yes, Jean-Marc already noticed this. Please review the updated patch in 
my earlier answer.

Yuriy



More information about the lyx-devel mailing list