summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/compile-features-standard-logic-rework.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-10-08 13:58:11 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-10-08 13:58:19 (GMT)
commit8c27ccd9455559aed03c04750b41a8e741ec0074 (patch)
treedd84ffae2eafedaa51702226af656f379696f4d3 /Help/release/dev/compile-features-standard-logic-rework.rst
parentdaab8b891cd08c7fe4530936dcc840767d6c8cd7 (diff)
parent9f0b52b8e649ddf629fa82eee63a46ea7bcf16c5 (diff)
downloadCMake-8c27ccd9455559aed03c04750b41a8e741ec0074.zip
CMake-8c27ccd9455559aed03c04750b41a8e741ec0074.tar.gz
CMake-8c27ccd9455559aed03c04750b41a8e741ec0074.tar.bz2
Merge topic 'doc-3.22-relnotes'
9f0b52b8e6 Help: Update Sphinx versionadded directives for 3.22 release c632a7105c Help: Organize and revise 3.22 release notes 48e503ec78 Help: Consolidate 3.22 release notes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6606
Diffstat (limited to 'Help/release/dev/compile-features-standard-logic-rework.rst')
-rw-r--r--Help/release/dev/compile-features-standard-logic-rework.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/Help/release/dev/compile-features-standard-logic-rework.rst b/Help/release/dev/compile-features-standard-logic-rework.rst
deleted file mode 100644
index 432a756..0000000
--- a/Help/release/dev/compile-features-standard-logic-rework.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-compile-features-standard-logic-rework
---------------------------------------
-
-* The :manual:`Compile Features <cmake-compile-features(7)>` functionality now
- correctly disables or enables compiler extensions when no standard level is
- specified and avoids unnecessarily adding language standard flags if the
- requested settings match the compiler's defaults. See :policy:`CMP0128`.
-
-* :prop_tgt:`<LANG>_EXTENSIONS` is initialized to
- :variable:`CMAKE_<LANG>_EXTENSIONS_DEFAULT`. See :policy:`CMP0128`.