From 7b030b74a46660c5b6615b776ff03ff5be8d9de2 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sun, 24 May 2020 12:16:01 -0500 Subject: [PATCH] fix comment --- cmake/checks/check_01_cxx_features.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cmake/checks/check_01_cxx_features.cmake b/cmake/checks/check_01_cxx_features.cmake index 88b5ed6541..db34a49260 100644 --- a/cmake/checks/check_01_cxx_features.cmake +++ b/cmake/checks/check_01_cxx_features.cmake @@ -291,7 +291,9 @@ _test_cxx17_support() # -# In the following we have to avoid +# Some compilers are too generous in accepting some of the language +# features that we test below and do not issue an error but a warning. Set +# -Werror to make the feature detection more reliable. # SET(_werror_flag "") IF(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") -- 2.39.5