mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
cmFindBase: Create find-v1 configure log events
Record `find_` command events in the configure log, except `find_package` as it is far more complicated (and will have its own event kind). Note that testing only generates the events of interest, there is no verification. Also note that testing that the "found" to "notfound" transition causes an event is not testable because a truthy value in the variable skips any kind of verification or other logic beyond normalization. Co-Authored-by: Ryan Krattiger <ryan.krattiger@kitware.com> See: #24833
This commit is contained in:
7
Help/release/dev/configure-log-find-v1.rst
Normal file
7
Help/release/dev/configure-log-find-v1.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
configure-log-find-v1
|
||||
---------------------
|
||||
|
||||
* The :ref:`find configure-log event` ``find-v1`` has been added to
|
||||
:manual:`cmake-configure-log(7)` to track calls to the :command:`find_file`,
|
||||
:command:`find_path`, :command:`find_library`, and :command:`find_program`
|
||||
commands.
|
||||
Reference in New Issue
Block a user