commit fb79d6ed4fcaf2f92c0523f0d76f04858d692ea3
Author: Kornel Benko <[email protected]>
Date: Mon Apr 24 17:47:39 2017 +0200
Cmake build: Enable std_regex over boost_regex again
---
CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f9fe759..dba0718 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}")