X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=82448f6d332ad5bf07e5e5c3702a705c2fd98f96;hb=d104005151578e2be4772b24664ea8e10e0ecf7d;hp=eaea862108c934ec808b8fa70f56f8398d16fb5a;hpb=23041f53ea3c15e2bed267d06c2932310b19a3ad;p=lyx.git 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)