From ae63ce80a10357a83c29798f3789b4bb542b7fab Mon Sep 17 00:00:00 2001 From: SunBlack Date: Mon, 2 Dec 2024 15:18:09 +0100 Subject: [PATCH] Help: Suggest target_compile_features as alternative to CXX_STANDARD_REQUIRED --- Help/prop_tgt/CXX_STANDARD_REQUIRED.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Help/prop_tgt/CXX_STANDARD_REQUIRED.rst b/Help/prop_tgt/CXX_STANDARD_REQUIRED.rst index 8b17490ab4..c2662a52dd 100644 --- a/Help/prop_tgt/CXX_STANDARD_REQUIRED.rst +++ b/Help/prop_tgt/CXX_STANDARD_REQUIRED.rst @@ -18,3 +18,5 @@ compile features and a list of supported compilers. This property is initialized by the value of the :variable:`CMAKE_CXX_STANDARD_REQUIRED` variable if it is set when a target is created. + +Alternatively, see :ref:`Requiring Language Standards`.