Kornel Benko wrote: > Am Dienstag, 1. Dezember 2015 um 22:06:40, schrieb Georg Baum > <georg.b...@post.rwth-aachen.de> > > There is missing the patch for searching c++11 flags. They are not needed, > but ATM this info is ignored by our script. > > Additional to your patch we need probably also the attached:
Yes, setting CXX11_FLAG might be needed. Setting LYX_USE_CXX11 to 1 would assume that we prefer C++11 mode for MSVC. At this point in time I would not go that far, but rather let the user choose whether he wants to use C++11 on the cmake command line. If Uwe confirms that my patch works then I'd add the required if-clause around setting LYX_USE_STD_REGEX. Georg