From 8371056fbb9b24f4967bbdfd95a64e8fcd44ea0c Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Mon, 8 Nov 2021 21:52:27 +1100 Subject: Help: Correct inaccuracies in wording for CMP0128 --- Help/policy/CMP0128.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Help/policy/CMP0128.rst b/Help/policy/CMP0128.rst index f341f24..b894ce1 100644 --- a/Help/policy/CMP0128.rst +++ b/Help/policy/CMP0128.rst @@ -6,6 +6,7 @@ CMP0128 When this policy is set to ``NEW``: * :prop_tgt:`_EXTENSIONS` is initialized to + :variable:`CMAKE__EXTENSIONS` if set, otherwise falling back to :variable:`CMAKE__EXTENSIONS_DEFAULT`. * Extensions are correctly disabled/enabled if :prop_tgt:`_STANDARD` is @@ -16,7 +17,8 @@ When this policy is set to ``NEW``: The ``OLD`` behavior: -* Initializes :prop_tgt:`_EXTENSIONS` to ``ON``. +* Initializes :prop_tgt:`_EXTENSIONS` to + :variable:`CMAKE__EXTENSIONS` if set, otherwise falling back to ``ON``. * Always adds a flag if :prop_tgt:`_STANDARD` is set and :prop_tgt:`_STANDARD_REQUIRED` is ``OFF``. -- cgit v0.12