From fb79d6ed4fcaf2f92c0523f0d76f04858d692ea3 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Mon, 24 Apr 2017 17:47:39 +0200 Subject: [PATCH] Cmake build: Enable std_regex over boost_regex again --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9fe759020..dba0718337 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") -- 2.39.5