diff options
Diffstat (limited to 'Help/release/dev/compile-features-standard-logic-rework.rst')
-rw-r--r-- | Help/release/dev/compile-features-standard-logic-rework.rst | 10 |
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`. |