aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/cmake_comps.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/cmake_comps.md')
-rw-r--r--docs/markdown/snippets/cmake_comps.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/markdown/snippets/cmake_comps.md b/docs/markdown/snippets/cmake_comps.md
deleted file mode 100644
index 83b8f2c..0000000
--- a/docs/markdown/snippets/cmake_comps.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## 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.