| commit | 1a8e43d57d9fa40f6756572b8e42735cad0bce34 | [log] [tgz] |
|---|---|---|
| author | Peter Kokot <peterkokot@gmail.com> | Tue Dec 31 02:07:16 2024 +0100 |
| committer | Peter Kokot <peterkokot@gmail.com> | Tue Dec 31 02:07:16 2024 +0100 |
| tree | 6757a7550d785b5b657de7225ea7e307c1b06b7c | |
| parent | 4771754c0dacbe37ad6c2fbecfce7ff0a5dcedfd [diff] |
FindPackageHandleStandardArgs: Clarify the FOUND_VAR option The `find_package_handle_standard_args(FOUND_VAR)` is deprecated as of CMake 3.3 and both the `<PackageName>_FOUND` and the upper-cased `<PACKAGE_NAME>_FOUND` are set with or without using this option. Additionally, find modules and docs are also synced with this to make it clearer.