From: Scott Kostyshak Date: Sat, 27 Oct 2018 23:16:36 +0000 (-0400) Subject: Amend 23041f53: remove extra parenthesis X-Git-Tag: lyx-2.4.0dev-acb2ca7b~2951 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e9384cb8d0e96780485857435b343fdd52f8cffb;p=features.git Amend 23041f53: remove extra parenthesis --- 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)