]> git.lyx.org Git - features.git/commitdiff
Amend 23041f53: remove extra parenthesis
authorScott Kostyshak <skostysh@lyx.org>
Sat, 27 Oct 2018 23:16:36 +0000 (19:16 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sat, 27 Oct 2018 23:16:36 +0000 (19:16 -0400)
CMakeLists.txt

index eaea862108c934ec808b8fa70f56f8398d16fb5a..82448f6d332ad5bf07e5e5c3702a705c2fd98f96 100644 (file)
@@ -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)