summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/pybind11_dep.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/pybind11_dep.md')
-rw-r--r--docs/markdown/snippets/pybind11_dep.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/markdown/snippets/pybind11_dep.md b/docs/markdown/snippets/pybind11_dep.md
deleted file mode 100644
index ac1970148..000000000
--- a/docs/markdown/snippets/pybind11_dep.md
+++ /dev/null
@@ -1,9 +0,0 @@
-## New pybind11 custom dependency
-
-`dependency('pybind11')` works with pkg-config and cmake without any special
-support, but did not handle the `pybind11-config` script.
-
-This is useful because the config-tool will work out of the box when pybind11
-is installed, but the pkg-config and cmake files are shoved into python's
-site-packages, which makes it impossible to use in an out of the box manner.
-