summaryrefslogtreecommitdiff
path: root/Help/guide/importing-exporting/MathFunctionsComponents/Config.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Help: use package-specific var for supported component listConnor Imes2022-02-141-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: Add Importing and Exporting GuideBetsy McPhail2020-09-111-0/+11