mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

Avoid repeating almost identical information for every module. Document the pattern of the change and refer the reader to individual modules for details.
16 lines
714 B
ReStructuredText
16 lines
714 B
ReStructuredText
Find Modules
|
|
------------
|
|
|
|
* 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.
|
|
|
|
* Nearly all find modules now provide a ``<PackageName>_VERSION`` result
|
|
variable matching the casing of its module name. Existing variants such as
|
|
``<PackageName>_VERSION_STRING`` and uppercased ``<PACKAGENAME>_VERSION``
|
|
are deprecated. 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
|
|
:module:`UsewxWidgets` module directly.
|