configure-log.rst 736 B

12345678910111213141516171819
  1. Configure Log
  2. -------------
  3. * CMake now writes a YAML log of configure-time checks.
  4. See the :manual:`cmake-configure-log(7)` manual.
  5. * The :manual:`cmake-file-api(7)` gained a new "configureLog" object kind
  6. that enables stable access to the :manual:`cmake-configure-log(7)`.
  7. * The :command:`message` command gained a ``CONFIGURE_LOG`` mode to
  8. record an entry in the :manual:`cmake-configure-log(7)`.
  9. * The :command:`try_compile` and :command:`try_run` commands gained
  10. a ``LOG_DESCRIPTION`` option specifying text to be recorded in the
  11. :manual:`cmake-configure-log(7)`.
  12. * The :command:`try_compile` and :command:`try_run` commands gained a
  13. ``NO_LOG`` option to skip recording a :manual:`cmake-configure-log(7)`
  14. entry.