Find*: Add missing <PackageName>_FOUND variables

* FindKDE4: Added note about KDE4_FOUND result variable (it is set by
  the upstream FindKDE4Internal module, and now also synced in the docs
  and code for consistency).

For the sake of completeness with other find modules, also the following
deprecated find modules are synced as they already provided these
variables:

* FindDart: Documented the Dart_FOUND result variable.
* FindUnixCommands: Updated documentation (documented UnixCommands_FOUND
  result variable, and listed cache variables used by this module).

Issue: #27242
This commit is contained in:
Peter Kokot
2025-10-12 00:34:03 +02:00
committed by Brad King
parent da592d67b1
commit c8ea0ba3be
11 changed files with 163 additions and 7 deletions
+4 -3
View File
@@ -187,9 +187,10 @@ CPack
Deprecated and Removed Features
===============================
* The uppercased ``<PACKAGENAME>_FOUND`` result variables of find modules
are now deprecated in favor of ``<PackageName>_FOUND`` result variables,
where appropriate. See documentation of each find module for details.
* All find modules now provide a ``<PackageName>_FOUND`` result variable
matching the casing of its module name. Existing variants, such as the
uppercased ``<PACKAGENAME>_FOUND``, are deprecated where appropriate.
See documentation of each find module for details.
* The :module:`FindwxWidgets` module's result variable
``wxWidgets_USE_FILE`` is now deprecated in favor of including the