Help/dev: add release note for implicit configure log find events

This commit is contained in:
Ben Boeckel
2025-06-11 20:04:52 +02:00
parent 4cd83339f1
commit 64f429cc4f

View File

@@ -0,0 +1,7 @@
implicit-find-events
--------------------
* The :manual:`cmake-configure-log(7)` will report events from ``find_``
commands without any find-debug flags (e.g.,
:variable:`CMAKE_FIND_DEBUG_MODE`) when they transition between "found" and
"not found" or when they are first defined.