mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Cmake build: Correct wrong comment
This commit is contained in:
parent
24a7dd45dc
commit
48bad4b581
@ -262,9 +262,8 @@ set(LYX_GCC11_MODE)
|
|||||||
if(UNIX OR MINGW)
|
if(UNIX OR MINGW)
|
||||||
if (CMAKE_CXX_COMPILER_ID MATCHES "^[cC]lang$")
|
if (CMAKE_CXX_COMPILER_ID MATCHES "^[cC]lang$")
|
||||||
# ignore the GCC_VERSION for clang
|
# 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")
|
message(STATUS "Using clang")
|
||||||
# CXX11_STD_REGEX found in FindCXX11Compiler.cmake
|
|
||||||
if(CXX11_STD_REGEX)
|
if(CXX11_STD_REGEX)
|
||||||
set(LYX_USE_STD_REGEX 1)
|
set(LYX_USE_STD_REGEX 1)
|
||||||
else()
|
else()
|
||||||
|
Loading…
Reference in New Issue
Block a user