summaryrefslogtreecommitdiff
path: root/Help/release/dev
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-01-17 14:26:40 +0000
committerKitware Robot <kwrobot@kitware.com>2023-01-17 09:26:50 -0500
commit45f86b9990e3ac7e9ec5909253275dbf2728bccc (patch)
treed6efcff17db9cd192d0b38442a0e7e0f5bb9d358 /Help/release/dev
parentdd18be5ebf6486486a272f47df3318d1db3a03cc (diff)
parent48292c8624b901a842b6d4f8a88ca00f898e5639 (diff)
downloadcmake-45f86b9990e3ac7e9ec5909253275dbf2728bccc.tar.gz
Merge topic 'configure-log'
48292c8624 try_compile: Record stack of in-progess checks in configure log d4bf7d80c6 try_compile: Add a NO_LOG option to skip recording in the configure log 9d9e8450a8 try_compile: Add optional LOG_DESCRIPTION to record in configure log 65ed5c2ca8 try_compile: Report underlying error when COPY_FILE fails 0418efb7ad Tests: Add explicit ConfigureLog case to RunCMake.try_compile 189557bd74 cmake: Make entire in-progress check stack available internally 96ce3581ab Help: Clarify backtrace order in cmake-configure-log(7) Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8072
Diffstat (limited to 'Help/release/dev')
-rw-r--r--Help/release/dev/configure-log.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/configure-log.rst b/Help/release/dev/configure-log.rst
index 34b8fb3fc5..f802a8c132 100644
--- a/Help/release/dev/configure-log.rst
+++ b/Help/release/dev/configure-log.rst
@@ -6,3 +6,11 @@ Configure Log
* 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:`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.