From d554db4f4e2d4359bfbcbac452efee67d5236cdf Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Tue, 1 Aug 2023 14:19:18 +0800 Subject: [PATCH] Revise wording --- cmake/Modules/CommonConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Modules/CommonConfig.cmake b/cmake/Modules/CommonConfig.cmake index 1db86d8a5..eb9806d72 100644 --- a/cmake/Modules/CommonConfig.cmake +++ b/cmake/Modules/CommonConfig.cmake @@ -12,7 +12,7 @@ set(CMAKE_AUTORCC_OPTIONS --compress 9 --threshold 5) add_library(qbt_common_cfg INTERFACE) -# Full C++ 20 support is required +# C++ 20 support is required # See also https://cmake.org/cmake/help/latest/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.html # for a breakdown of the features that CMake recognizes for each C++ standard target_compile_features(qbt_common_cfg INTERFACE