mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Allow std::regex for MSVC10
This commit is contained in:
parent
0b3f644469
commit
4459603b61
@ -286,9 +286,9 @@ if(UNIX OR MINGW)
|
||||
set(LYX_GCC11_MODE "${CXX11_FLAG}")
|
||||
else()
|
||||
set(LYX_USE_STD_REGEX 0)
|
||||
# if(MSVC10)
|
||||
# set(LYX_USE_STD_REGEX 1) #TODO should we use it in ECMAScript mode?
|
||||
# endif()
|
||||
if(MSVC10)
|
||||
set(LYX_USE_STD_REGEX 1) #TODO should we use it in ECMAScript mode?
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user