From e9384cb8d0e96780485857435b343fdd52f8cffb Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sat, 27 Oct 2018 19:16:36 -0400 Subject: [PATCH] Amend 23041f53: remove extra parenthesis --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eaea862108..82448f6d33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -285,7 +285,7 @@ if(UNIX OR MINGW) endif() set(LYX_GCC11_MODE "${CXX11_FLAG}") else() - if(MSVC_VERSION LESS 1915)) + if(MSVC_VERSION LESS 1915) set(LYX_USE_STD_REGEX 0) else() set(LYX_USE_STD_REGEX 1) -- 2.39.5