mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 17:31:57 +08:00
instrumentation: Fix docs for ctest --collect-instrumentation option
This commit is contained in:
@@ -53,7 +53,7 @@ triggered, an index file is generated containing a list of snippet files newer
|
||||
than the previous indexing.
|
||||
|
||||
Indexing and can also be performed by manually invoking
|
||||
``ctest --collect-instrumentation``.
|
||||
``ctest --collect-instrumentation <build>``.
|
||||
|
||||
Callbacks
|
||||
---------
|
||||
@@ -410,7 +410,7 @@ occurs and deleted after any user-specified `Callbacks`_ are executed.
|
||||
The name of the hook responsible for generating the index file. In addition
|
||||
to the hooks that can be specified by one of the `v1 Query Files`_, this value may
|
||||
be set to ``manual`` if indexing is performed by invoking
|
||||
``ctest --collect-instrumentation``.
|
||||
``ctest --collect-instrumentation <build>``.
|
||||
|
||||
``snippets``
|
||||
Contains a list of `v1 Snippet File`_. This includes all snippet files
|
||||
|
Reference in New Issue
Block a user