From 48bad4b5818fdd93c29753e4f6c2c1ff087eabcd Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Sat, 11 Jun 2016 12:44:15 +0200 Subject: [PATCH] Cmake build: Correct wrong comment --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1bc690a12f..1a52accec9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()