Amend 23041f53: remove extra parenthesis

This commit is contained in:
Scott Kostyshak 2018-10-27 19:16:36 -04:00
parent 23041f53ea
commit e9384cb8d0

View 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)