summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-01-18 16:33:40 (GMT)
committerBrad King <brad.king@kitware.com>2023-01-18 16:37:02 (GMT)
commit645671d36f5cf0fa411d98a637f4edbc3d896c57 (patch)
treeca9119cf7270eacc7630dcd247b59a89e2775f08 /Help/manual
parent45f86b9990e3ac7e9ec5909253275dbf2728bccc (diff)
downloadCMake-645671d36f5cf0fa411d98a637f4edbc3d896c57.zip
CMake-645671d36f5cf0fa411d98a637f4edbc3d896c57.tar.gz
CMake-645671d36f5cf0fa411d98a637f4edbc3d896c57.tar.bz2
Help: Document configure log behavior in try_compile and try_run
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-configure-log.7.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/manual/cmake-configure-log.7.rst b/Help/manual/cmake-configure-log.7.rst
index 2620124..768ef7e 100644
--- a/Help/manual/cmake-configure-log.7.rst
+++ b/Help/manual/cmake-configure-log.7.rst
@@ -131,6 +131,8 @@ The keys common to all events are:
Additional mapping keys are specific to each (versioned) event kind,
described below.
+.. _`try_compile configure-log event`:
+
Event Kind ``try_compile``
--------------------------
@@ -204,6 +206,8 @@ The keys specific to ``try_compile-v1`` mappings are:
An integer specifying the build tool exit code from trying
to build the test project.
+.. _`try_run configure-log event`:
+
Event Kind ``try_run``
----------------------