compile-features-standard-logic-rework.rst 507 B

12345678910
  1. compile-features-standard-logic-rework
  2. --------------------------------------
  3. * The :manual:`Compile Features <cmake-compile-features(7)>` functionality now
  4. correctly disables or enables compiler extensions when no standard level is
  5. specified and avoids unnecessarily adding language standard flags if the
  6. requested settings match the compiler's defaults. See :policy:`CMP0128`.
  7. * :prop_tgt:`<LANG>_EXTENSIONS` is initialized to
  8. :variable:`CMAKE_<LANG>_EXTENSIONS_DEFAULT`. See :policy:`CMP0128`.