find-modules.rst 714 B

123456789101112131415
  1. Find Modules
  2. ------------
  3. * The uppercased ``<PACKAGENAME>_FOUND`` result variables of find modules
  4. are now deprecated in favor of ``<PackageName>_FOUND`` result variables,
  5. where appropriate. See documentation of each find module for details.
  6. * Nearly all find modules now provide a ``<PackageName>_VERSION`` result
  7. variable matching the casing of its module name. Existing variants such as
  8. ``<PackageName>_VERSION_STRING`` and uppercased ``<PACKAGENAME>_VERSION``
  9. are deprecated. See documentation of each find module for details.
  10. * The :module:`FindwxWidgets` module's result variable
  11. ``wxWidgets_USE_FILE`` is now deprecated in favor of including the
  12. :module:`UsewxWidgets` module directly.