aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/cmake_comps.md
blob: 83b8f2cce44c8c50718c1fbc36696e6229de5b9c (plain)
1
2
3
4
## CMake find_package COMPONENTS support

It is now possible to pass components to the CMake dependency backend via the
new `components` kwarg in the `dependency` function.