summaryrefslogtreecommitdiff
path: root/subprojects/packagefiles/pybind11/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/packagefiles/pybind11/meson.build')
-rw-r--r--subprojects/packagefiles/pybind11/meson.build7
1 files changed, 0 insertions, 7 deletions
diff --git a/subprojects/packagefiles/pybind11/meson.build b/subprojects/packagefiles/pybind11/meson.build
deleted file mode 100644
index 1be47ca4..00000000
--- a/subprojects/packagefiles/pybind11/meson.build
+++ /dev/null
@@ -1,7 +0,0 @@
-project('pybind11', 'cpp',
- version : '2.9.1',
- license : 'BSD-3-Clause')
-
-pybind11_incdir = include_directories('include')
-
-pybind11_dep = declare_dependency(include_directories : pybind11_incdir)