Cmake build: Correct wrong comment

This commit is contained in:
Kornel Benko 2016-06-11 12:44:15 +02:00
parent 24a7dd45dc
commit 48bad4b581

View File

@ -262,9 +262,8 @@ set(LYX_GCC11_MODE)
if(UNIX OR MINGW)
if (CMAKE_CXX_COMPILER_ID MATCHES "^[cC]lang$")
# ignore the GCC_VERSION for clang
# We pretend the compiler version >= 4.9
# and use the resulting CXX11_STD_REGEX found in FindCXX11Compiler.cmake
message(STATUS "Using clang")
# CXX11_STD_REGEX found in FindCXX11Compiler.cmake
if(CXX11_STD_REGEX)
set(LYX_USE_STD_REGEX 1)
else()