mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Cmake build: Enable std_regex over boost_regex again
This commit is contained in:
parent
39d3308721
commit
fb79d6ed4f
@ -285,7 +285,7 @@ if(UNIX OR MINGW)
|
||||
# see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53631
|
||||
set(LYX_USE_STD_REGEX 0)
|
||||
else()
|
||||
set(LYX_USE_STD_REGEX 0)
|
||||
set(LYX_USE_STD_REGEX 1)
|
||||
endif()
|
||||
endif()
|
||||
set(LYX_GCC11_MODE "${CXX11_FLAG}")
|
||||
|
Loading…
Reference in New Issue
Block a user