summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/configure-log.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/configure-log.rst')
-rw-r--r--Help/release/dev/configure-log.rst19
1 files changed, 0 insertions, 19 deletions
diff --git a/Help/release/dev/configure-log.rst b/Help/release/dev/configure-log.rst
deleted file mode 100644
index 588a54c..0000000
--- a/Help/release/dev/configure-log.rst
+++ /dev/null
@@ -1,19 +0,0 @@
-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)`.
-
-* The :command:`message` command gained a ``CONFIGURE_LOG`` mode to
- record an entry in the :manual:`cmake-configure-log(7)`.
-
-* The :command:`try_compile` and :command:`try_run` commands gained
- a ``LOG_DESCRIPTION`` option specifying text to be recorded in the
- :manual:`cmake-configure-log(7)`.
-
-* The :command:`try_compile` and :command:`try_run` commands gained a
- ``NO_LOG`` option to skip recording a :manual:`cmake-configure-log(7)`
- entry.