blob: 34b8fb3fc54079db29462825dae13e1b3dd88cbd (
plain)
1
2
3
4
5
6
7
8
|
Configure Log
-------------
* CMake now writes a YAML log of configure-time checks.
See the :manual:`cmake-configure-log(7)` manual.
* The :manual:`cmake-file-api(7)` gained a new "configureLog" object kind
that enables stable access to the :manual:`cmake-configure-log(7)`.
|