Help: Suggest target_compile_features as alternative to CXX_STANDARD_REQUIRED

This commit is contained in:
SunBlack
2024-12-02 15:18:09 +01:00
parent c4d556ccd8
commit ae63ce80a1

View File

@@ -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`.