commit | ee398e8946e8db058dcb45c956b5a4d1d54a362b | [log] [tgz] |
---|---|---|
author | Peter Kokot <peterkokot@gmail.com> | Sat Mar 08 06:03:49 2025 +0100 |
committer | Peter Kokot <peterkokot@gmail.com> | Sat Mar 08 22:50:11 2025 +0100 |
tree | 6b38e25abb84a64371a7797418c9020dfc459032 | |
parent | 24a1a7ac5d1df146dcff4ecf1a10b834317982cd [diff] |
FindPackageMessage: Update documentation - Documentation updated. - This module is internally already used by the FindPackageHandleStandardArgs module and can conflict when used again in the find module due to the same <PackageName> used, or when QUIET option is used. For this reason, the example is changed and explained at the bottom to use find_package_handle_standard_args(). - Lower-case style function used in FindPackageHandleStandardArgs.