]> git.lyx.org Git - lyx.git/blobdiff - CMakeLists.txt
Cmake build: Check for make_unique and PATH_MAX symbols added.
[lyx.git] / CMakeLists.txt
index 1bc690a12fc41da2fbd90597db14db6bf5892d82..1a52accec9286be40096d41271ba2aab2a7cdb03 100644 (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()