mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 10:39:28 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user