Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: use package-specific var for supported component list | Connor Imes | 2022-02-14 | 1 | -2/+2 |
| | | | | | | | | | | | | Always using `_supported_components` causes conflicts when transitive dependencies also set this variable, e.g., because the developers followed these code samples. An even more general approach could be to set `_${CMAKE_FIND_PACKAGE_NAME}_supported_components` instead, but such a change should then be applied to other variables for consistency. Fixes: #23112 | ||||
* | Help/guide: use GNUInstallDirs in importing-exporting example | Ben Boeckel | 2021-03-19 | 3 | -16/+19 |
| | | | | | | This allows the example to also show how to work on systems with different libdir settings (e.g., Debian multiarch or Red Hat multilib) rather than a regular `lib` directory. | ||||
* | Help/guide: fix the remaining CMake install destinations | Ben Boeckel | 2021-03-01 | 3 | -4/+4 |
| | | | | Followup from !5674. | ||||
* | Help: Add Importing and Exporting Guide | Betsy McPhail | 2020-09-11 | 10 | -0/+150 |