From 86c8ea0b193770b6f02682b3d3ff53fe08697979 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 23 Dec 2021 22:22:45 -0700 Subject: [PATCH] Minor doc update in the cmake system. --- cmake/checks/check_01_cxx_features.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/checks/check_01_cxx_features.cmake b/cmake/checks/check_01_cxx_features.cmake index 9329952e50..4f7556d040 100644 --- a/cmake/checks/check_01_cxx_features.cmake +++ b/cmake/checks/check_01_cxx_features.cmake @@ -63,9 +63,9 @@ MACRO(_test_cxx20_support) ) # Strictly speaking "201709L" indicates support for a preliminary version - # of C++20 standard (which will have "202002L" when finalized). gcc-10 + # of the C++20 standard (which will have "202002L" when finalized). gcc-10 # exports this version number when configured with C++20 support. - # clang-10 exports the final "202002L" version instead. + # clang-10 exports the final "202002L" version instead, as does gcc-11. CHECK_CXX_SOURCE_COMPILES( " #include -- 2.39.5